
Can't update VB6 DLL-file after it has been used by Visual Interdev
Jonas,
Copy the DLL to your system folder and register. This will be used any any
app calling it. Remember to unregister the copy in your development folder
with "regsvr32 /u d:\Program\data\testobj.dll"
Now the one in your dev folder can be modified and copied to your dev folder
for testing. In VB6 make sure you set "Binary Compatibility" on.
Regards Mike
Quote:
> Hi
> I hope someone can help me with this problem.
> I have created a Active X DLL in Vsual Basic 6.0 and then used that
> component in an ASP-page in Interdev. I created a reference to the DLL
with
> "Server.CreateObject" in Interdev. After I used it I have destroyed it
with
> "Set testobject = Nothing"
> The problem is that after I have used the DLL in Interdev I can't go back
to
> VB and make any updates to the DLL-file. When trying to do that I get the
> message : "Permission denied d:\Program\data\testobj.dll"
> I dont know if this has something to do with Interdev or perhaps something
> in my webbserver( Internet Information Server) ???
> The only solution (at the moment) is for me to restart windows, after that
> its OK to update the file ONE more time
> Please...HELP ME!
> /Jonas