Results 1 to 7 of 7

Thread: ActiveX dll not letting go [Resolved]

Threaded View

  1. #1

    Thread Starter
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    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:
    1. Set objFactory = Server.CreateObject("prjVerbatron.clsFactory")
    Then,
    VB Code:
    1. Set objFactory = Nothing
    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
  •  



Click Here to Expand Forum to Full Width