locked-files

How can locked files be monitored on a WIN 2000 server

Hi, I'm interested to know what would be the best way to monitor locked files/open file handles on a win 2000 server. I am interested in a general system report that could show locked files or handles over time (over the course of one night, for example) without having to specify which processes are to be monitored specifically. Thanks...

SMTP Send is locking up my files - c#

I have a function thats sending messages ( a lot of them) and their attachments. It basically loops through a directory structure and creates emails from a file structure for example c:\emails\message01 \attachments c:\emails\message02 \attachments The creation of the messages takes place using .net...

Why won't GDI let me delete large images?

My ASP.NET application has an image cropping and resizing features. This requires that the uploaded temporary image be deleted. Everything works fine, but when I try to delete an image larger than 80px by 80px I get a "File is locked by other process..." error, even though I've released all resources. Can anyone help? I'm tired of Googl...

how to copy locked files ( Device or resource busy error) on windows xp without admin permissions

Is there is any way I can copy locked files on windows xp machine without having admin rights? I used unloker tool its great but needs admin rights to install and run. how it could be done in some programming language like perl/shell/c c++ etc. or if there exists some workaround for this. ...

How to tell MSI to upgrade locked dll's and avoid reboots

I have MSI installer which installs product and this product has several widely used API dll's. These dll's may be loaded into processes that I cannot control during upgrade (for instance, I cannot ask user to close explorer.exe or svchost). So, during MSI upgrade these dll's are locked and cannot be upgraded without reboot. I need to ma...