error report beta 6

Issue #867 invalid
Former user created an issue

System.IO.IOException: The process cannot access the file 'D:\LaunchBox\LaunchBox.xml' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost) at (<>c__DisplayClass81_0 ) at LaunchBox.Data.DataManager.<>c__DisplayClass81_0.<Save>b__0() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

Comments (2)

  1. Jason Carr repo owner

    Unfortunately this is caused by some sort of external application holding a lock on the XML file. This shouldn't happen often, but other than maybe putting a more friendly error message, there's not much we can do.

  2. Log in to comment