Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
1k views

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 ...
2
votes
2answers
33 views

PHP Accessing a file that has been locked for editing - Permission Denied error

I'm doing some csv parsing, and if I cancel the parsing (by navigating to a different page or refreshing) before the fclose() function gets called, I get the below error when I go back and start up ...
2
votes
3answers
938 views

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 ...
2
votes
2answers
100 views

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 ...
1
vote
4answers
237 views

File is locked after HttpPostedFile SaveAs(LocationOnServer)

I have an aspx webpage that uses as handler to save uploaded files via swfupload I am saving the file on the server like this: HttpPostedFile uploadedFile = Request.Files["Filedata"]; ...
1
vote
0answers
66 views

Getting file permission on read while using MMF

I have two processes. One writing in a memory mapped file using .NET 4 MemoryMappedFiles and the other reading the file using FileStream in .NET 3.5 (MONO). Everything works fine when I get the ...
0
votes
1answer
199 views

SVN Error: post-commit hook failed with locked file message

I get the following SVN error (using TortoiseSVN) when i am trying to tag trunk. Error: post-commit hook failed (exit code 1) with output: Error: svn: Working copy '.' locked Error: svn: run 'svn ...
0
votes
1answer
131 views

Microsoft VSHADOW.EXE shadow copies contain locked files?

I've been writing a backup program using VSS and started out with VSHADOW.EXE from the Windows SDK 6.1 Samples. It generally works, but I was astonished to see that certain files are still locked ...
0
votes
4answers
532 views

File locked after sending it as attachement

I am sending a file as an attachement :- // Create the file attachment for this e-mail message. Attachment data = new Attachment(filePath, MediaTypeNames.Application.Octet); ...
0
votes
1answer
323 views

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 ...
0
votes
2answers
189 views

How can locked files be monitored on a WIN 2000 server

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