fix please

Issue #5987 closed
Nicholas Thompson created an issue

The process cannot access the file 'C:\Users\thomo\LaunchBox\Core\LBThemes\Default\Views\BoxesContentView.xaml' because it is being used by another process.

App: LaunchBox
Version: 11.9
Type: System.IO.IOException
Site: Void CopyFile(System.String, System.String, Boolean)
Source: System.IO.FileSystem

at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
at Unbroken.LaunchBox.Windows.FileHelper.DisableTraversalStub(Object , Object , Boolean )
at Unbroken.LaunchBox.Windows.FileHelper.CopyFolderWithFilter(String sourceFolder, String destinationFolder, String filter, Boolean overwrite)
at AlgoAlgo.ChangeTraversalListener(String sourceFolder, String destinationFolder, String filter, Boolean overwrite, AlgoAlgo )
at Unbroken.LaunchBox.Windows.FileHelper.CopyFolderWithFilter(String sourceFolder, String destinationFolder, String filter, Boolean overwrite)
at Unbroken.LaunchBox.Windows.Desktop.App.CopyThemeXaml(String theme)
at MockRef.CloneInvalidRequest(String reference, MockRef )
at Unbroken.LaunchBox.Windows.Desktop.Bootstrapper.OnStartup(Object sender, StartupEventArgs e)
at System.Windows.Application.OnStartup(StartupEventArgs e)
at System.Windows.Application.<.ctor>b__1_0(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Recent Log:

3:02:49 PM Exception

Comments (2)

  1. Christian

    Can you verify the following for me?
    That file does exist and is in that folder
    That file or folder does NOT have read only set

  2. Log in to comment