Does anyone have a program to remove a DLL from memory?<br><br>I am writing a DLL in VB and referencing it in another project. Whenever I recompile the DLL, I have to reboot before the new copy takes effect in my other project. I'd like to be able to just remove the DLL from memory so it would reload again when my project referenced it. Does anyone have such a program?<br><br>Thanks.