Howdy folks.
I'm having a problem with a COM DLL that I wrote to be used by an ASP page and a VB client app.
The object is used and released in VB client app, if there are any changes i just uncheck reference and then recompile COM DLL. If i used the object in ASP i get a Permission denied error when I try to recompile it.
Could someone tell me how i could force the release of this object from memory so that i can recompile it?
Delton.
I'm having a problem with a COM DLL that I wrote to be used by an ASP page and a VB client app.
The object is used and released in VB client app, if there are any changes i just uncheck reference and then recompile COM DLL. If i used the object in ASP i get a Permission denied error when I try to recompile it.
Could someone tell me how i could force the release of this object from memory so that i can recompile it?
Delton.