Trouble Replacing dll
-
I am trying to replace a supporting report dll in system32 folder that by web app uses. I unload the web app,disable webserver in IIS and I am unable to copy or delete the file into the folder (access denied file in use etc). Only way I can get around it is to re-boot the computer and copy over at that time. Not a very productive way to accomplish this. Any thoughts on how to do this easier?
-
I am trying to replace a supporting report dll in system32 folder that by web app uses. I unload the web app,disable webserver in IIS and I am unable to copy or delete the file into the folder (access denied file in use etc). Only way I can get around it is to re-boot the computer and copy over at that time. Not a very productive way to accomplish this. Any thoughts on how to do this easier?
You can check out TaskManager Extension: http://www.codeproject.com/KB/system/Task_Manager_Extension.aspx[^] This allows you to view the handles on a particular file and also to unload them. But use it with care.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson