SQL Server Error, file not found

0

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

sql-server
visual-studio
asked on Stack Overflow Sep 16, 2017 by Jack M • edited Sep 16, 2017 by Dan Guzman

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0