Codeless Posted February 2, 2004 Posted February 2, 2004 If I have created several AppDomains, how do I get a reference to a specific one, like if I know its name is "Domain1"? Or how can I specify which one I want to be the current domain? Quote Codeless ...it just goes on and on.
*Gurus* Derek Stone Posted February 2, 2004 *Gurus* Posted February 2, 2004 Once you've created the AppDomain you need to keep a reference to it. The current domain can not be changed. Quote Posting Guidelines
Codeless Posted February 2, 2004 Author Posted February 2, 2004 Hmmmm... I see. I can't change the current domain, so any ideas on how I would be able to select one by name from a list and unload it? Something tells me I'm going about this the wrong way. Quote Codeless ...it just goes on and on.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.