Click here to Skip to main content
15,890,185 members
Home / Discussions / C#
   

C#

 
QuestionWaitHandle.WaitAny Pin
AISchreiber11-Oct-05 10:21
AISchreiber11-Oct-05 10:21 
AnswerRe: WaitHandle.WaitAny Pin
leppie11-Oct-05 16:19
leppie11-Oct-05 16:19 
QuestionDataset database issues Pin
cvncpu11-Oct-05 9:47
cvncpu11-Oct-05 9:47 
AnswerRe: Dataset database issues Pin
Bahadir Cambel11-Oct-05 13:57
Bahadir Cambel11-Oct-05 13:57 
AnswerRe: Dataset database issues Pin
albCode13-Oct-05 21:16
albCode13-Oct-05 21:16 
QuestionAppDomain and unloading assemblies Pin
mirano11-Oct-05 9:38
mirano11-Oct-05 9:38 
AnswerRe: AppDomain and unloading assemblies Pin
David Stone11-Oct-05 11:09
sitebuilderDavid Stone11-Oct-05 11:09 
GeneralRe: AppDomain and unloading assemblies Pin
mirano11-Oct-05 12:11
mirano11-Oct-05 12:11 
There is no way to unload the assembly at all. You can do this under Framework 2.0 but not under 1.1.
The only way is to unload the AppDomain, and it is clearly said that way at the Microsoft site.
The main assembly does not "realize" the AppDomain it is in is getting unloaded, so that it can do a clean up or something.
Also important to note is that no unmanaged code is accessed anywhere, so this is not the reason.

Thanks.

Sarajevo, Bosnia
GeneralRe: AppDomain and unloading assemblies Pin
David Stone11-Oct-05 12:36
sitebuilderDavid Stone11-Oct-05 12:36 
GeneralRe: AppDomain and unloading assemblies Pin
leppie11-Oct-05 16:25
leppie11-Oct-05 16:25 
GeneralRe: AppDomain and unloading assemblies Pin
mirano11-Oct-05 21:50
mirano11-Oct-05 21:50 
AnswerRe: AppDomain and unloading assemblies Pin
S. Senthil Kumar12-Oct-05 19:33
S. Senthil Kumar12-Oct-05 19:33 
QuestionWindows Services - Launching an application/DLL Pin
DumpsterJuice11-Oct-05 9:27
DumpsterJuice11-Oct-05 9:27 
AnswerRe: Windows Services - Launching an application/DLL Pin
Tom Larsen11-Oct-05 10:45
Tom Larsen11-Oct-05 10:45 
QuestionCheck the active tasks Pin
ventomito11-Oct-05 8:36
ventomito11-Oct-05 8:36 
AnswerRe: Check the active tasks Pin
Dave Kreskowiak11-Oct-05 9:43
mveDave Kreskowiak11-Oct-05 9:43 
QuestionOpening External Applications Pin
budidharma11-Oct-05 8:00
budidharma11-Oct-05 8:00 
AnswerRe: Opening External Applications Pin
XRaheemX11-Oct-05 8:07
XRaheemX11-Oct-05 8:07 
QuestionConfusion on how Firewall works Pin
chettu11-Oct-05 7:56
chettu11-Oct-05 7:56 
AnswerRe: Confusion on how Firewall works Pin
XRaheemX11-Oct-05 8:04
XRaheemX11-Oct-05 8:04 
GeneralRe: Confusion on how Firewall works Pin
chettu11-Oct-05 8:41
chettu11-Oct-05 8:41 
GeneralRe: Confusion on how Firewall works Pin
Guffa11-Oct-05 9:20
Guffa11-Oct-05 9:20 
QuestionBitmap Comparison Pin
budidharma11-Oct-05 7:54
budidharma11-Oct-05 7:54 
AnswerRe: Bitmap Comparison Pin
Robert Rohde11-Oct-05 8:24
Robert Rohde11-Oct-05 8:24 
AnswerRe: Bitmap Comparison Pin
Roger Alsing11-Oct-05 21:49
Roger Alsing11-Oct-05 21:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.