|
-
Sep 19th, 2004, 10:45 PM
#1
Thread Starter
PowerPoster
ActiveX dll not letting go [Resolved]
Hi,
I created an ActiveX DLL on my web server. In an ASP 3.0 app, I call:
VB Code:
Set objFactory = Server.CreateObject("prjVerbatron.clsFactory")
Then,
However, the project file is then locked, and I cannot replace the ActiveX DLL with a new version when I try to recompile the project. I get a "permission denied" error when I try to over-write my DLL.
If I go to my task manager, and kill the "dllhost.exe" with the webserver username, then I can over-write the file. That seems wrong to me, like I am not doing some needed garbage collection.
The class is very simple, and does not instantiate anything.
Is this normal?
Thanks!
Last edited by Dave Sell; Sep 25th, 2004 at 11:07 AM.
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
|