Reputation: 6265
I keep getting this error message everytime I open or create a new project:
Anyone else getting this error and fixed it?
Upvotes: 3
Views: 7264
Reputation: 91
I had the same problem and I resolved it just repairing Visual Studio. I went to Visual Studio Installer and ran repair.
Upvotes: 0
Reputation: 76
The best way to deal with this problem is in institute a Repair of Visual Studio from Add/Remove programs. I ran into this rather frustrating problem and funnily enough, uninstall / reinstall did not fix this, but 'Repair' did!!!
Upvotes: 1
Reputation: 19421
this has been said in the comments, but because it is very important and it solved this problem completely I am putting it as an answer.
It seems that the accepted answer on this post https://stackoverflow.com/a/27469861/4390133
Upvotes: 0
Reputation: 116
I have deleted \ renamed my profile appdata vs directory and solve the problem:
%appdata%\Microsoft\VisualStudio\14.0
After that, the problem with other packages comes. I try many options (delete folders, uninstall, repair, ...) None of them worked. And when i was thinking in format the OS. I remove the user folder and solve all my problems.
Upvotes: 0
Reputation: 778
I also had this problem and the only way I was able to get past it was to uninstall Visual Studio 2015 using vs_enterprise.exe /uninstall /force (depending on what version you have exe could be named differently)
Then I physically deleted the C:\Program Files (x86)\Microsoft Visual Studio 14.0 directory
Then I reinstalled Visual Studio 2015 again and it worked
Upvotes: 1