PDA

Click to See Complete Forum and Search --> : DLL run-time address space


Clunietp
Dec 29th, 1999, 12:20 AM
Is your DLL installed on a regular file server, or is it being used by IIS/MTS? did you close your app before trying to delete it? Is anyone else using your DLL file?

I would then suggest a reboot, but you probably already knew that....

Tom

[This message has been edited by Clunietp (edited 12-29-1999).]

mag_
Dec 29th, 1999, 01:18 AM
The only process that could possibly be using it would be the Cold Fusion server. I didn't try closing that down yet, but maybe I'll give that shot.

Thanks for the advice, though.

jake

mag_
Dec 29th, 1999, 11:19 AM
I wrote a DLL to run some API function calls. I installed it on my server, tested it, and now I want to delete it and update it with a newer version.

But, when I try to delete the DLL, it's telling me that it's already in use...? That's weird, because right now it's only being called when I am explicitly calling it from within my test program.

Is this normal behavior? Am I going to have to reboot the server to install the new DLL?

Jake