Unload AppDomain Assembly
Posted
by burkhardg
on Stack Overflow
See other posts from Stack Overflow
or by burkhardg
Published on 2010-06-09T16:11:21Z
Indexed on
2010/06/09
16:42 UTC
Read the original article
Hit count: 135
c#
I want to read some information from a .Net assembly and then modify the DLL by appending a short sequence of characters. The first part works fine but the second step fails as the assembly is still in use. This is the case although I loaded the assembly in its own AppDomain and after I finished step 1 unloaded the AppDomain.
© Stack Overflow or respective owner