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 > december 2003 > threads for friday december 19

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 29 30 31

Problem unloading a DLL from a separate AppDomain.
Posted by Colin Svingen at 12/19/2003 4:56:16 PM
Hello. I'm trying to reload a shadow copied DLL after it changes. I'm loading it in a separate AppDomain, but it also gets loaded in my main AppDomain, so when I unload my AppDomain, it still exists in the main AppDomain. <snip> AppDomainSetup setup = new AppDomainSetup(); setup.Appli...more >>


Catching Exceptions across threads (RE: HttpWebRequest)
Posted by Danny at 12/19/2003 3:28:17 PM
Hi. I have an app that is using HttpWebRequest to get data from Web sites. Occasionally, the CLR throws an IO exception in System.dll that reads "cannot read from the transport connection." This exception is thrown on another thread (I am guessing a system thread pool thread). As such, I cann...more >>

ASP.NET 1.1 June 2003 Hotfix Rollup Package
Posted by mrrrk at 12/19/2003 2:58:43 PM
Hi I'm getting a problem (http://support.microsoft.com/?id=818612) that is apparently fixed by the ASP.NET 1.1 June 2003 Hotfix Rollup Package (http://support.microsoft.com/default.aspx?kbid=821156) However Microsoft have apparently helpfully neglected to provide this as a download! Does...more >>

question about create my .NET
Posted by Jianhua Zhou at 12/19/2003 2:35:32 PM
Hi, I was new in .NET area. I have just take a seminar a few days ago, and try to do something on .NET. I don't know if that will possible and how should i do or where can i get the information. The project is, we have a pretty larger customer base, they are using a special language de...more >>

Remote Object Lifetime
Posted by Michael Bird at 12/19/2003 12:43:22 PM
I create a class in a server application that I make available for remoting so client apps can get data from me. How do I keep the remoted data from being garbage collected the entire time the server application is running regardless of whether any clients are connecting or not? I know it has...more >>

system.NullReferenceException
Posted by stephenbugdenlondon NO[at]SPAM hotmail.com at 12/19/2003 10:19:49 AM
Hi, When running the following code: '************************************************ Dim ColorDB As New ColorDialog() ColorDB.ShowDialog(Me) '************************************************ I sometimes (roughly half of the time) get the following error: **************************...more >>

PrintDocument Object
Posted by Roger at 12/19/2003 9:36:19 AM
Is there anyway to disable the pop-up window that shows the printing progress? I have a program to prints multiple documents and everytime I print a document, the pop-up appears. ...more >>

User Control
Posted by bcyhere NO[at]SPAM yahoo.com at 12/19/2003 7:02:44 AM
I have a working aspx page, that I want to turn into a User Control. (it's a simple chart that I want to drop onto other pages throughout the application) (The aspx page Inherits a Class from a src .vb file.) I thought I could simply remove any html from the aspx file, change the Page decla...more >>



schema
Posted by Christian Ista at 12/19/2003 6:11:34 AM
Hello, Someone have a picture (jpg, bmp or other) with the full schema of .NET Framework ? (hierarchy class). Is it possible to find that on the Internet ? Thanks, C. ...more >>


DevelopmentNow Blog