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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|