Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > february 2006 > threads for tuesday february 7

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

CAL and costs
Posted by Chris at 2/7/2006 10:36:05 PM
Hi @all. I have a question regarding CALs (Client Access Licenses) and ASP.NET. In some articles I have read, that you need CALs depending on the number of clients you want to serve (autenthicate). So I am a little bit confused. Do I really need a CAL for every (authenticated) user in my ASP....more >>


Making an https request and redirecting
Posted by Juan at 2/7/2006 6:55:36 PM
Hello: I'm having a trouble making an https request to an URL using c#. If i use an internet navigator, the request works fine and it returns the XML is supposed to return, but if I make it using c#, the server returns a 500 error code. The only different thing with an usual https connec...more >>

ServerProtocolViolation with HttpWebRequest
Posted by casey chesnut at 2/7/2006 6:50:44 PM
I'm writing a .NET 2003 C# WinForm application that needs to display the thumbnails for videos from yahoo search. Can get the video search results, which include the url to the thumbnail. But when I try to download the thumbnail image, I keep getting a SystemProtocolViolation. I've tried 2 ...more >>

ExecuteNonQuery() Error - Attempted to read or write protected memory
Posted by dave.rugh NO[at]SPAM gmail.com at 2/7/2006 6:07:23 PM
I brought a project into Visual Studio 2005 that worked fine under VS ..NET 2003; now I'm getting an error when I execute a SP. With profiler, I see the query going through fine; if I cut & paste and execute it in an ISQL window, the query executes fine. The SP is getting executed; but the err...more >>

Questions about .NET Deployment Models (i.e. ClickOnce)
Posted by Michael.Suarez NO[at]SPAM gmail.com at 2/7/2006 2:34:41 PM
We are currently in the process of making the switch from VB6 to .NET at my company. Currently, all of our VB6 executables reside on a network drive and everyone has a shortcut on their desktop to the each of the programs on the network. There are a few DLL's that are common to most of the apps....more >>

Email From vb.net Service on windows server 2000
Posted by () at 2/7/2006 1:52:47 PM
guys, ive spent the last three weeks developing a vb.net service that will email people (table Driven) based on some results. Now i deploy the service and all of its classes on a Server Running Windows 2000 Server (SP4) i believe and it wont email a soul. i have several ways of emailing Using the...more >>

CLR2.0 Deployment
Posted by elziko at 2/7/2006 1:12:22 PM
I am trying to deploy a CLR 2.0 WinForms application. On a client machine *without* the Framework 2.0 installed I get the following when I try to run my application: "The application failed to initialize properly (0xc0000135). Click on OK to terminate the application." ....whereas I thought...more >>

dotnet compact 1.0 does not support Monitor.Wait() and Monitor.Pulse()
Posted by lsheung NO[at]SPAM gmail.com at 2/7/2006 12:31:18 PM
Hi, I'm trying to deploy a hardware dirver to Pocket PC 2002. I need to use Monitor.Wait() and Monitor.Pulse(). I've test the code as an console application and everything is working fine. Then I tried it with Pocket PC 2002. It can't even compile. The problem is both Monitor.Wait() and M...more >>



How to create a multiline ///<Summary> section? in c#
Posted by arfeengodil NO[at]SPAM gmail.com at 2/7/2006 12:23:47 PM
Hi .. I have this structure in C# with a couple of variables and I'm adding a little description of that variable like: /// <summary> /// Some description /// Some description line # 2 /// Some description line # 3 /// </summary> String someVariable; But when I view it in the intelli...more >>

.net framework slows down computer?
Posted by wolfing1 NO[at]SPAM gmail.com at 2/7/2006 11:44:26 AM
A coworker in our IT department says he never installs .NET framework because it slows down the computers. Is there any truth to this? I told him no way, but he keeps swearing it does. Is he right or wrong? Is there any article regarding this that I could show him? ...more >>

large font size causes bottom of forms to be chopped off...
Posted by Arrow at 2/7/2006 10:54:18 AM
(Framework v2 / VS2005, C#) a user is running an app (which works fine on "normal" PCs) .....he's running it on a laptop with a large font size...what is happening is my forms (most are fixed dialog types) looks like it's being chopped off at the bottom...the top 3/4 looks fine but my "OK", "Ca...more >>

Leak with XmlTextWriter?
Posted by Point.Cube NO[at]SPAM gmail.com at 2/7/2006 8:42:14 AM
Hi, I ve a dll for generating xml files relation to a our internal schema. when the application was tested in lab they found that there is a leak in XmlTextWriter. All XmlTextWriter object created are never desposed even I use flush() and close() methodes after each use. here is an exemple: ...more >>

Dependency problem between AppDoamins.
Posted by James X. Li at 2/7/2006 7:34:04 AM
Hi everyone, I want to add a feature to my C# application to allow it to duplicate itself, just like the ctrl-N key to cause the Internet Explorer to duplicate its window. I could easily implement this feature by starting the application as a new process via a System.Diagnostics.Process.Start...more >>

Accessing properties in Active Directory
Posted by Derek at 2/7/2006 7:26:33 AM
I am having problems retrieving property values from Active Directory using Visual Web Developer 2005 Express Edition. I want to populate a form on the company intranet from Active directory and assign roles to the user logged on depending on their department. To start with I am just tryin...more >>

Strong naming assemblies that aren't yours?
Posted by adrian.snell NO[at]SPAM gmail.com at 2/7/2006 3:00:13 AM
I need to strong name my assemblies, however there are some that I reference within those that aren't mine, and they all need to be strong named for it to work. Is there anyway I can strongly name someone else's assembly or is there away to get around this problem? ...more >>

propertygrid dropdownlist
Posted by Thomas Wegener at 2/7/2006 12:00:00 AM
I implemented a propertygrid. Some properties launch a dropdown list if the the user select the property. The dropdown list appear if I press the button, but the dropdown list disappear ver quickly if I want to select an item from the list. Anybody know, how I can influence the display time ...more >>


DevelopmentNow Blog