tags:

views:

67

answers:

0

I want to read a piece of information from an assembly and then append a short text to the DLL-file.

Step 1 works fine, but during step 2 I get an exception as the file still is in use. This is the case although for step 1 I loaded the assembly in another appdomain and unloaded this appdomain after I finished.

Are there any additional steps necessary to unload an assembly?