Click to See Complete Forum and Search --> : Recompile DLL file


December 1st, 1999, 12:30 AM
I created some DLL Files and my ASP file will call those DLL files(COM). However,
I have "persmission denied" problem when I recomplie the DLL files after I used them in my ASP file.
Can anyone have any idea about this ?

Chris Eastwood
December 1st, 1999, 02:45 AM
It sound's like they are still loaded in memory once you've used them from ASP - I thought that IIS would unload them once they aren't used anymore. Maybe shutting down the webserver, recompiling the DLL and then restarting the server again will help.


Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb

December 1st, 1999, 04:14 PM
Can you think another way to do that ?
I don't want to reboot my system when I debug my DLL file !

Crazy D
December 2nd, 1999, 02:29 AM
To debug your dll you can start a second instance of VB, run the dll (project properties set to something like 'wait till object is created" and that way you can debug the dll.
I've had it with controls.. if i tried to recompile after using it in VB, I needed to start a new project first, the re-open the control project, and then I could recompile it.

Crazy D :-)
"One ring rules them all"