Click here to Skip to main content
15,886,807 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help with file search Pin
Yusuf20-Jan-11 16:09
Yusuf20-Jan-11 16:09 
QuestionNodes, Script interface/ API and Undo Pin
adamvanner20-Jan-11 8:47
adamvanner20-Jan-11 8:47 
AnswerRe: Nodes, Script interface/ API and Undo Pin
SledgeHammer0120-Jan-11 9:51
SledgeHammer0120-Jan-11 9:51 
GeneralRe: Nodes, Script interface/ API and Undo Pin
adamvanner20-Jan-11 22:43
adamvanner20-Jan-11 22:43 
QuestionAccessing variables during AppDomain.ProcessExit Pin
thatdiceygirl20-Jan-11 5:16
thatdiceygirl20-Jan-11 5:16 
AnswerRe: Accessing variables during AppDomain.ProcessExit Pin
Luc Pattyn20-Jan-11 5:46
sitebuilderLuc Pattyn20-Jan-11 5:46 
GeneralRe: Accessing variables during AppDomain.ProcessExit Pin
thatdiceygirl20-Jan-11 5:56
thatdiceygirl20-Jan-11 5:56 
AnswerRe: Accessing variables during AppDomain.ProcessExit Pin
Luc Pattyn20-Jan-11 6:05
sitebuilderLuc Pattyn20-Jan-11 6:05 
thatdiceygirl wrote:
the GC must have already tidied up the SeparateClass at this point?


I don't think so, static classes never get collected at all by the GC, once the class got referenced its statics are initialized and never disappear, until the process vanishes at the Windows level.

I'm afraid you haven't figured out yet what is really going on. And I can't tell you from what you told us. Any chance your DLL is loaded through reflection, and calling its stuff is using some more code (and data) than my example does?

thatdiceygirl wrote:
have to refactor anyway,


I agree. I wouldn't want a DLL to call Application.Exit(), DLL classes should be accommodating, not lethal.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: Accessing variables during AppDomain.ProcessExit Pin
thatdiceygirl20-Jan-11 6:27
thatdiceygirl20-Jan-11 6:27 
AnswerRe: Accessing variables during AppDomain.ProcessExit Pin
Luc Pattyn20-Jan-11 6:37
sitebuilderLuc Pattyn20-Jan-11 6:37 
QuestionDatabase back up from asp.net Pin
yesu prakash20-Jan-11 1:02
yesu prakash20-Jan-11 1:02 
AnswerRe: Database back up from asp.net Pin
Richard MacCutchan20-Jan-11 1:54
mveRichard MacCutchan20-Jan-11 1:54 
GeneralRe: Database back up from asp.net Pin
yesu prakash20-Jan-11 17:15
yesu prakash20-Jan-11 17:15 
GeneralRe: Database back up from asp.net Pin
yesu prakash20-Jan-11 17:16
yesu prakash20-Jan-11 17:16 
GeneralRe: Database back up from asp.net Pin
Mahendra Vishwakarma20-Jan-11 20:37
Mahendra Vishwakarma20-Jan-11 20:37 
GeneralRe: Database back up from asp.net Pin
Richard MacCutchan20-Jan-11 21:30
mveRichard MacCutchan20-Jan-11 21:30 
QuestionRe: Database back up from asp.net Pin
Paladin200020-Jan-11 4:04
Paladin200020-Jan-11 4:04 
AnswerRe: Database back up from asp.net Pin
Mahendra Vishwakarma20-Jan-11 20:36
Mahendra Vishwakarma20-Jan-11 20:36 
QuestionSetup and File association Pin
Eduard Keilholz20-Jan-11 0:09
Eduard Keilholz20-Jan-11 0:09 
AnswerRe: Setup and File association Pin
GenJerDan20-Jan-11 3:40
GenJerDan20-Jan-11 3:40 
GeneralRe: Setup and File association Pin
Eduard Keilholz20-Jan-11 21:00
Eduard Keilholz20-Jan-11 21:00 
AnswerRe: Setup and File association Pin
J a a n s20-Jan-11 16:57
professionalJ a a n s20-Jan-11 16:57 
GeneralRe: Setup and File association Pin
Eduard Keilholz20-Jan-11 21:02
Eduard Keilholz20-Jan-11 21:02 
QuestionModal window Pin
fififlowertot19-Jan-11 23:26
fififlowertot19-Jan-11 23:26 
AnswerRe: Modal window Pin
DaveyM6920-Jan-11 0:55
professionalDaveyM6920-Jan-11 0:55 

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.