Unrecognized Guid format - Fix / Solution for Visual Studio 2013
I keep getting this error in Visual Studio 2013 if I click on the following file types:
- *.cs
- *.cshtml
- *.config
- *.asax
- *.html
I have tried the following:
- devenv.exe /ResetSettings ( Did not work )
- Reset all settings to default without saving current settings ( Did not work )
Solution:
Install Visual Studio Update 4. This will be resolved.
0 comments