解决方案资源管理器在Visual Studio中显示错误



我没有在最新的Visual Studio版本(16.10.1(中看到解决方案资源管理器,而是看到了以下错误消息:

An error occurred while initializing the frame's content
System.ArgumentNullException: Value cannot be null.
Parameter name: format
at Microsoft.Requires.NotNull[T](T value, String parameterName)
at Microsoft.VisualStudio.Platform.WindowManagement.FrameMoniker.ToString(String format, IFormatProvider formatProvider)
at System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args)
at System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.LogContentCreationException(Exception ex)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.HandleContentCreationException(Exception ex)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.EnsureContentConstructed()
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.PreloadOnScreenContent(View view)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.set_FrameView(View value)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowManagerService.CreateContentPane(FrameMoniker frameMoniker, Boolean isDocument, String lpstrMkDoc, UInt32 eCreateWindowFlags, Object punkView, Object punkData, IServiceProvider pServiceProvider, IVsUIHierarchy pUIHierarchy, UInt32 vsid, Guid rguidCmdUI, ViewGroup parent, IVsWindowFrame& ppWindowFrame)

不知道如何摆脱它,一直在努力解决它。

重置所有设置解决了问题:

https://www.technipages.com/visual-studio-reset-all-settings

相关内容

最新更新