Skip to content

Instantly share code, notes, and snippets.

@AkhileshKumar01
Created September 5, 2013 14:30
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 AkhileshKumar01/86aaeee0ea58c2605620 to your computer and use it in GitHub Desktop.
Save AkhileshKumar01/86aaeee0ea58c2605620 to your computer and use it in GitHub Desktop.
System.IO.IOException: The process cannot access the file 'C:\Users\Administrator\Documents\Projects\Test9999\Test9999' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
at System.IO.Directory.Delete(String path, Boolean recursive)
at MonoDevelop.Core.FileSystem.DefaultFileSystemExtension.DeleteDirectory(FilePath path)
at MonoDevelop.Core.FileService.DeleteDirectory(String path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment