在 Visual Studio 2019 16.6 中,我尝试打开一个 TSQL 文件,但出现此错误
初始化框架内容时发生错误 System.NullReferenceException:未将对象引用设置为对象的实例。在 Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.set_StubInfo(StubWindowInfo 值)在 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)
答案1
答案2
也遇到过这个问题。对我来说,一个临时的解决方法是重新启动应用程序,因为当我在远程会话之间打开 Visual Studio 2019 时似乎会发生这种情况。当然,这不是一个解决方案,但微软似乎正在努力解决。
答案3
此问题仍然存在,目前 Microsoft Visual Studio Enterprise 2019 版本 16.11.5
看来该问题仅发生在 RDP 连接中。
这是官方门票 https://developercommunity2.visualstudio.com/t/An-error-occurred-while-initializing-the/1281388