Unloading assembly
-
Is it possible to unload a loaded assembly in vb.net? Any help appreciated. ty
-
Is it possible to unload a loaded assembly in vb.net? Any help appreciated. ty
Not unless you loaded it into a separate AppDomain than your main executable.
-
Not unless you loaded it into a separate AppDomain than your main executable.
Hello Yes, I understand I have to load a separate appdomain. But I have not been able to write any code that actually works. Would anyone have code that successfully loads and unloads an app that they would share? ty
-
Hello Yes, I understand I have to load a separate appdomain. But I have not been able to write any code that actually works. Would anyone have code that successfully loads and unloads an app that they would share? ty
Anyone ever successfully loaded an app from an appdomain? Could really use your help if you have. Thanks