You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Visual Studio 2012, in the SQL Server Object Explorer window, I right-clicked a table constraint and chose the View Code command. The following exception occurred:
System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetDirectoryName(String path)
at GitScc.Diff.DiffUpdateBackgroundParser..ctor(ITextBuffer textBuffer, ITextBuffer documentBuffer, TaskScheduler taskScheduler, ITextDocumentFactoryService textDocumentFactoryService, IGitCommands commands)
at GitScc.Diff.ViewModel.DiffMarginViewModel..ctor(DiffMargin margin, IWpfTextView textView, ITextDocumentFactoryService textDocumentFactoryService, IGitCommands gitCommands)
at GitScc.Diff.DiffMargin..ctor(IWpfTextView textView, DiffMarginFactory factory)
at GitScc.Diff.DiffMarginFactory.CreateMargin(IWpfTextViewHost textViewHost, IWpfTextViewMargin containerMargin)
at Microsoft.VisualStudio.Text.Utilities.ContainerMargin.<AddMargins>b__2(IWpfTextViewMarginProvider mp)
at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.InstantiateExtension[TExtension,TMetadata,TExtensionInstance](Object errorSource, Lazy`2 provider, Func`2 getter)
Since a SQL object doesn't have a path in the usual sense, I can see why NormalizePath wouldn't like it.
The text was updated successfully, but these errors were encountered:
In Visual Studio 2012, in the SQL Server Object Explorer window, I right-clicked a table constraint and chose the View Code command. The following exception occurred:
Since a SQL object doesn't have a path in the usual sense, I can see why NormalizePath wouldn't like it.
The text was updated successfully, but these errors were encountered: