Search

The process cannot access the file because it is being used by another process by james_cline_

Closed
as Other Help for as Other

2
0
Sign in
to vote
Type: Bug
ID: 96235
Opened: 2/23/2006 6:43:47 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Exception thrown during ClickOnce update. This happened during a call to DownloadFileGroupAsync, of which tere were multiple groups being downloaded at the same time.

Stack: Message: The process cannot access the file 'Some.dll' because it is being used by another process. Source : mscorlib System.IO.IOException: The process cannot access the file 'Some.dll' because it is being used by another process. at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive) at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive) at System.Deployment.Application.TempDirectory.DisposeUnmanagedResources() at System.Deployment.Application.DisposableBase.Dispose(Boolean disposing) at System.Deployment.Application.DisposableBase.Finalize()

Details (expand)
Product Language
English
Version
Visual Studio 2005
Category
ClickOnce
Subcategory
 
Operating System
Windows XP Professional
Steps to Reproduce
cannot reproduce.
Actual Results
Process crash, unable to catch exception at isolated area, caught at the AppDomain level.
Expected Results
Crash does not happen or exception is passed during Async event handler.
Sign in to post a comment.
Sign in to post a workaround.