Updating Launchbox

Issue #446 resolved
michael payne created an issue

System.ComponentModel.Win32Exception (0x80004005): The process cannot access the file because it is being used by another process at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo) at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) at LaunchBox.Forms.MainForm.PromptUpdate(String fileUrl) at LaunchBox.Forms.MainForm.WebClient_DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e) at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)

Comments (1)

  1. Jason Carr repo owner

    Thanks for this report, Michael. It looks like some kind of odd file system conflict where it can't run the setup EXE because it's in use, which could be caused by Dropbox or similar, though that is a little odd. I'll put in a safety check with a more helpful error message at least. Thanks!

  2. Log in to comment