SimonRigby_UK
10-03-2001, 08:14 AM
Hello all,
I have scoured thsi and other forums for the answer to what I am sure is a simple question but hey its got me stumped.
I have created an ActiveX DLL in VB6 which will be called by an ASP page. I don't think the details of the DLL are the issue so I wont bore you with what it does. By the way it works both in the ASP page and a test project in VB.
The problem is that I wish to update it but each time I try to compile the DLL again, I get the message Access Denied.
I figure that the DLL is still in use which is where I am confused.
In the DLL I open an ADO connection and recordset and they are closed and set to nothing at termination.
In the ASP page I use server.createobject to create the instance and set it to nothing at the bottom of the script.
I am not using MTX. Iam using VB6 Enterprise, Win98 and PWS.
I have tried:
1) unregistering the component with regsvr32 /u
2) manually deleting the registry keys (both of them).
3) Stopping and restarting PWS.
4) restarting the machine (which works but obviously not satisfactory during development).
Any ideas.
Cheers in advance
Simon Rigby
London UK
I have scoured thsi and other forums for the answer to what I am sure is a simple question but hey its got me stumped.
I have created an ActiveX DLL in VB6 which will be called by an ASP page. I don't think the details of the DLL are the issue so I wont bore you with what it does. By the way it works both in the ASP page and a test project in VB.
The problem is that I wish to update it but each time I try to compile the DLL again, I get the message Access Denied.
I figure that the DLL is still in use which is where I am confused.
In the DLL I open an ADO connection and recordset and they are closed and set to nothing at termination.
In the ASP page I use server.createobject to create the instance and set it to nothing at the bottom of the script.
I am not using MTX. Iam using VB6 Enterprise, Win98 and PWS.
I have tried:
1) unregistering the component with regsvr32 /u
2) manually deleting the registry keys (both of them).
3) Stopping and restarting PWS.
4) restarting the machine (which works but obviously not satisfactory during development).
Any ideas.
Cheers in advance
Simon Rigby
London UK