|
-
Aug 29th, 2004, 01:59 AM
#1
Thread Starter
Lively Member
Load and unload Assembly at runtime
Hi all!
I need to load an assembly given its fisical file path.
And (important) I need to be able to *unload* the assembly when I no more need it, so that its .exe file will be released and I can delete it.
Someone told me to load it in a different AppDomain (is this the right way?), but I can't get it work and the assembly file is not under my app directory!
Thanks for your help!
-
Sep 1st, 2004, 03:13 PM
#2
PowerPoster
I assume you are doing .net...
This page covers a lot more, but it covers what you want as well
http://www.west-wind.com/presentatio...ynamicCode.htm
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|