-
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).]
-
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
-
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