Hi,
How can i do to unload a assembly (.dll) ?!?!
I am trying to use AppDomain but i have no progress,
because the main appDomain load the assembly too when the appDomain loads the assembly
I know that it's impossible to unload a assembly. Only the appDomain . . .
But
I need to load and unload a assembly . . .
I am trying to do this . . .
------------------ cut here --------------------------
Public Sub Load(ByVal libraryName As String)
Try
Dim cont As...
Hi there
How can i Unload a Assembly ? ( .dll )
I try to create a appDomain and load the assembly there.
But the main program loads the assembly too
:(
How can i do this. With the main program not loading the assembly ?!?!?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.