|
-
September 9th, 2000, 10:32 AM
#1
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
-
September 9th, 2000, 11:09 AM
#2
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
-
November 5th, 2001, 05:15 AM
#3
Re: Dll gives an error
set object=nothing
release memory after u use methods of an object
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|