Results 1 to 2 of 2

Thread: Deleting COM DLLs ??

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    16

    Deleting COM DLLs ??

    Ok,
    I have a little annoying problem going on this morning. I am just playing with COM and ASP here. So I make a COM object in VB, compile the DLL, and test it in my ASP page. I find a little bug and go back to recompile it. However, it says can not create with same name. When I try to delete it say the DLL is in use even after restarting W3SVC and IISADMIN an registering regsrv32. This object is strictly for use within my test ASP page.



    Any thoughts?
    ----

    http://www.learntogo.f.net

  2. #2
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186
    Yep, install your Dll in MTS or COM+, once in there you can shut it down, and then be able to recompile.

    The problem is that the Dll gets loaded into DllHost and stays there, then you cannot alter it becaus it could cause problems to 'other' clients, the computer does not know you are testing.

    Another thing, why not test your dll with a Standard EXE project from within' the VB IDE, then when tested you compile it and use it from ASP!!!

    André

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