Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created January 9, 2014 14:41
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 saurabh360/0516d7ea0031fd49dfce to your computer and use it in GitHub Desktop.
Save saurabh360/0516d7ea0031fd49dfce to your computer and use it in GitHub Desktop.
System.NotSupportedException: The given path's format is not supported.
at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.Path.GetFullPath(String path)
at MonoDevelop.Core.FilePath.get_CanonicalPath()
at MonoDevelop.VersionControl.VersionInfoCache.ClearCachedVersionInfo(FilePath rootPath)
at MonoDevelop.VersionControl.Repository.ClearCachedVersionInfo(FilePath rootPath)
at MonoDevelop.VersionControl.Repository.Checkout(FilePath targetLocalPath, Revision rev, Boolean recurse, IProgressMonitor monitor)
at MonoDevelop.VersionControl.CheckoutWorker.Run()
at MonoDevelop.VersionControl.Task.BackgroundWorker(Object state)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment