Click here to Skip to main content
16,009,068 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Unloading AppDomain Pin
Dave Kreskowiak3-Jul-06 9:22
mveDave Kreskowiak3-Jul-06 9:22 
Just because you unloaded an AppDomian, doesn't mean that all the data in it just "went away". Assemblies used by multiple domains in a process can be shared. This means that the assembly is domain-neutral. Data in domain-neutral assemblies in not freed until the entire app shuts down, not just the AppDomain it was allocated in.

You might want to take a look at a couple examples of AppDomain PlugIns.

http://www.devsource.com/article2/0,1759,1790388,00.asp[^]
http://www.google.com/search?hl=en&q=appdomain+plugins[^]
http://msdn.microsoft.com/msdnmag/issues/03/10/Plug-Ins/default.aspx[^]


Dave Kreskowiak
Microsoft MVP - Visual Basic

GeneralRe: Unloading AppDomain Pin
matsnas3-Jul-06 19:46
matsnas3-Jul-06 19:46 
GeneralRe: Unloading AppDomain Pin
Dave Kreskowiak5-Jul-06 1:28
mveDave Kreskowiak5-Jul-06 1:28 
GeneralRe: Unloading AppDomain Pin
matsnas3-Jul-06 20:29
matsnas3-Jul-06 20:29 
QuestionDatetime Pin
vengaqua3-Jul-06 0:01
vengaqua3-Jul-06 0:01 
QuestionPDU format Pin
vengaqua2-Jul-06 23:55
vengaqua2-Jul-06 23:55 
AnswerRe: PDU format Pin
Dave Kreskowiak3-Jul-06 2:57
mveDave Kreskowiak3-Jul-06 2:57 
QuestionSorting Pin
vengaqua2-Jul-06 23:53
vengaqua2-Jul-06 23:53 
AnswerRe: Sorting Pin
Rey99993-Jul-06 2:11
Rey99993-Jul-06 2:11 
QuestionComparing two Objects Pin
alien viper2-Jul-06 23:48
alien viper2-Jul-06 23:48 
AnswerRe: Comparing two Objects Pin
Rey99993-Jul-06 2:08
Rey99993-Jul-06 2:08 
AnswerRe: Comparing two Objects Pin
Dave Kreskowiak3-Jul-06 2:53
mveDave Kreskowiak3-Jul-06 2:53 
Questionif treviewnode's name is blank after rename how to detact Pin
mini87802-Jul-06 23:37
mini87802-Jul-06 23:37 
AnswerRe: if treviewnode's name is blank after rename how to detact Pin
Dave Kreskowiak3-Jul-06 2:50
mveDave Kreskowiak3-Jul-06 2:50 
GeneralRe: if treviewnode's name is blank after rename how to detact Pin
mini87804-Jul-06 1:23
mini87804-Jul-06 1:23 
QuestionGUI Thread Problem Pin
sujanakar2-Jul-06 23:30
sujanakar2-Jul-06 23:30 
AnswerRe: GUI Thread Problem Pin
Dave Kreskowiak3-Jul-06 2:45
mveDave Kreskowiak3-Jul-06 2:45 
Questiondatagridview columns order Pin
Rey99992-Jul-06 23:20
Rey99992-Jul-06 23:20 
AnswerRe: datagridview columns order Pin
Keith Malwitz6-Jul-06 19:08
Keith Malwitz6-Jul-06 19:08 
QuestionHelp: how to change form caption section's contextmenu Pin
jgyie22-Jul-06 22:25
jgyie22-Jul-06 22:25 
AnswerRe: Help: how to change form caption section's contextmenu Pin
Dave Kreskowiak3-Jul-06 2:41
mveDave Kreskowiak3-Jul-06 2:41 
GeneralThanks, yet my form is mdichild - not work using GetSystemMenu to modify the system menu Pin
jgyie23-Jul-06 6:10
jgyie23-Jul-06 6:10 
GeneralThe code Pin
jgyie23-Jul-06 6:35
jgyie23-Jul-06 6:35 
GeneralRe: Thanks, yet my form is mdichild - not work using GetSystemMenu to modify the system menu Pin
Dave Kreskowiak3-Jul-06 6:40
mveDave Kreskowiak3-Jul-06 6:40 
Questionneed help...... [modified] Pin
d24k104d2-Jul-06 22:03
d24k104d2-Jul-06 22:03 

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.