I recently had problems with my VS 2008, and I was recommended to reinstall. To make sure that reinstalling will solve my problems, I manually deleted everything that could deal with VS and SQL Server (I had version 2008 Express).
Now when I reinstall SQL Server and Visual Studio, Server Explorer in VS is dead. When I click on the menu item "View \ Server Explorer", I get an error message in the "Exit" window:
The Visual Studio Development Kit ({8D8529D3-625D-4496-8354-3DAD630ECC1B}) did not load due to previous errors. For help, contact your package provider. To try downloading this package again, type "devenv / resetsippkgs" at the command prompt.
I run the proposed command, but when I try again, I get the same error message.
How can i solve this? Since I work with the Entity Framework, it is very important that VS can connect to my database ... Any help is greatly appreciated!
source share