neodatatype
Aug 29th, 2004, 01:59 AM
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!
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!