I keep getting this error in VS 2013 if I click on the following file types:
- *.cs
- *.cshtml
- *.config
- *.asax
- *.html
I just recently updated to Visual Studio 2013 Update 2 and fixed a compatibility issue to always run the "devenv.exe" as administrator because of UAC issues and running a service in windows 8.1. However; I can turn around and open this entire solution in SharpDevelop 4.4 and there are no issues. That would lead me to believe that the solution file wasn't the issue and it points to VS 2013 being the culprit on some level.
I have tried the following:
- devenv.exe /ResetSettings ( Did not work )
- Reset all settings to default without saving current settings ( Did not work )