In Visual Studio 2019 16.6, I tried opening a TSQL file but get this error
An error occurred while initializing the frame's content System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.set_StubInfo(StubWindowInfo 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://developercommunity.visualstudio.com/content/problem/1048320/recurring-null-reference.html
– CaseyR Jun 08 '20 at 16:03