I am getting this error when I try to use SQL Server 2016 Developer edition:
System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
at Microsoft.VisualStudio.Shell.Interop.IVsShell5.LoadPackageWithContext(Guid& packageGuid, Int32 reason, Guid& context)
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.GetPackage()
at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()
I have rebuilt my SQL Server installation, it seems the error is from Visual Studio but I can use Visual Studio without any problem.
Thanks
User contributions licensed under CC BY-SA 3.0