Skip to content

Instantly share code, notes, and snippets.

Created June 11, 2012 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2910749 to your computer and use it in GitHub Desktop.
Save anonymous/2910749 to your computer and use it in GitHub Desktop.
System.IO.IOException: The process cannot access the file because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.File.Move(String sourceFileName, String destFileName)
at MonoDevelop.Core.FileSystem.DefaultFileSystemExtension.MoveFile(FilePath source, FilePath dest)
at MonoDevelop.Core.FileService.InternalMoveFile(String srcFile, String dstFile)
at MonoDevelop.Core.FileService.MoveFile(String srcFile, String dstFile)
at MonoDevelop.Ide.ProjectOperations.TransferFiles(IProgressMonitor monitor, Project sourceProject, FilePath sourcePath, Project targetProject, FilePath targetPath, Boolean removeFromSource, Boolean copyOnlyProjectFiles)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment