-
Dll gives an error
Hi,
I am making my own Dll in VB so when i modify the code and want to make a Dll again it gives me an error saying "Permission Denied <path>".
Does this mean that everytime i have to recompile my dll and make it again i have to restart my computer or is there a better way of doing this?
Thanks for any sugessions.
Derek
-
Re: Dll gives an error
Check your references, one of your objects is probably not set to nothing so the reference count is being held open. You should be able to recompile without shutting down or restarting.
TANSTAAFL - There ain't no such thing as a free lunch
-
Re: Dll gives an error
set object=nothing
release memory after u use methods of an object