quote:
Originally posted by afelipE_scripts
Interop.FreeDll("your_dll_libray.dll");
FreeDll("your_dll_libray.dll");
lol, we wouldn't have missed that if it worked.
Interop.FreeDll only works for Dlls that were called by Interop.Call, because I think then WLM does not take control of it. Where as when you use ActiveXObject, WLM takes control of it and wont release it until its closed. (I think)