|
-
Jun 1st, 2008, 04:25 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] ActiveX DLL
I created an ActiveX DLL for a Window Explorer Context Menu. It is working but when I tried to recompile it again, it would not let me.
I tried to unregister it, it allows me but will not let me delete it because it said that it is in use.
Anyone know how to recompile with out having to reboot the computer?
Thank You
I'll Be Back!
T-1000
Microsoft .Net 2005
Microsoft Visual Basic 6
Prefer using API
-
Jun 1st, 2008, 05:47 PM
#2
Re: ActiveX DLL
Close all open windows before recompiling. If for example you go to "C:\" in Windows Explorer and right-click on a file, then Windows Explorer uses the dll. Close that window and recompiling should work fine.
-
Jun 1st, 2008, 08:52 PM
#3
Thread Starter
Frenzied Member
Re: ActiveX DLL
Chris, I tried this before you posted but it did not work.
But after your post, I decide to try it again and it worked.
The difference between the two times is that the first time, I unregister it in Window Explorer and then closed the Window Explorer. That did not work because as long as the window is still open, it will not release it.
When you post, it made sense, so I closed the window and unregister from RUN command line.
Thanks Chris
I'll Be Back!
T-1000
Microsoft .Net 2005
Microsoft Visual Basic 6
Prefer using API
-
Jun 2nd, 2008, 10:37 AM
#4
Re: [RESOLVED] ActiveX DLL
You're welcome. You don't have to unregister the DLL before recompiling it again. Simply closing all open windows should be enough.
-
Jun 2nd, 2008, 12:19 PM
#5
Thread Starter
Frenzied Member
Re: [RESOLVED] ActiveX DLL
You are correct.
I'll Be Back!
T-1000
Microsoft .Net 2005
Microsoft Visual Basic 6
Prefer using API
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
|