Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created January 29, 2014 12:15
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/30d5bc9f4aff48043fbd to your computer and use it in GitHub Desktop.
Save saurabh360/30d5bc9f4aff48043fbd to your computer and use it in GitHub Desktop.
System.ArgumentException: Illegal characters in path.
at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at MonoDevelop.Core.FilePath.get_FullPath()
at MonoDevelop.Projects.ProjectFileCollection.GetFile(FilePath path)
at MonoDevelop.Projects.Project.IsFileInProject(String fileName)
at MonoDevelop.Projects.SolutionFolder.GetProjectContainingFile(String fileName)
at MonoDevelop.Projects.Solution.GetProjectContainingFile(FilePath fileName)
at MonoDevelop.Ide.RootWorkspace.GetProjectContainingFile(String fileName)
at MonoDevelop.Debugger.ExceptionCaughtDialog.IsUserCode(ExceptionStackFrame frame)
at MonoDevelop.Debugger.ExceptionCaughtDialog.ShowStackTrace(ExceptionInfo ex)
at MonoDevelop.Debugger.ExceptionCaughtDialog.UpdateDisplay()
at MonoDevelop.Debugger.ExceptionCaughtDialog..ctor(ExceptionInfo ex, ExceptionCaughtMessage msg)
at MonoDevelop.Debugger.ExceptionCaughtMessage.ShowDialog()
at MonoDevelop.Debugger.ExceptionCaughtButton.<CreateWidget>b__3(Object o, NavigateToUrlEventArgs e)
at Xwt.LinkLabel.OnNavigateToUrl(NavigateToUrlEventArgs e)
at Xwt.LinkLabel.WidgetBackendHost.OnNavigateToUrl(Uri uri)
at Xwt.GtkBackend.LinkLabelBackend.<>c__DisplayClass1.<OpenLink>b__0()
at Xwt.Toolkit.Invoke(Action a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment