I started getting this error in my Visual Studio IDE today: “No Visual Studio template information found.”
If we take a look in the event log we see additional detail on how to address the problem:
Open a command prompt to the location of devenv.exe and run the command: “devenv.exe /installvstemplates”
We are back in business!
The only outstanding question: why did this happen in the first place?
