I am using visual studio 2013 it's working fine but after update 3 when i try to load any solution or .cs file its gives me unrecognized guid format error and not opening any of my files. Any help in this regard is highly appretiated
Asked
Active
Viewed 2,291 times
2
-
after searching a lot, the only solution to this problem is to create a new user account and use visual studio with this account. It will then work perfectly fine. – user3835383 Aug 22 '14 at 16:14
-
Try running as administrator: http://stackoverflow.com/questions/12257110/can-you-force-visual-studio-to-always-run-as-an-administrator-in-windows-8 – arni Sep 04 '14 at 12:02
-
Possible duplicate of http://stackoverflow.com/questions/24122254/how-do-i-fix-unrecognized-guid-format/28106919#28106919 – Johann Blais Jan 23 '15 at 09:41
2 Answers
0
The below answer solve my problem :
- Navigate to devenv.exe by right clicking Visual Studio from start, click properties, and select "Open File Location...".
- Right click on devenv.exe and select "Troubleshoot Compatibility".
- Click "Troubleshoot Program"
- Check "The program opens but doesn't display correctly"
- Click "Next"
- Click "Test the program"
- Confirm everything opens correctly
- Click "Next"
- Click "Yes, save these settings for this program"

Community
- 1
- 1

Osama AbuSitta
- 3,918
- 4
- 35
- 51
0
Deleting below registry key resolved issue for me
- run regedit command
- Browse to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
- Delete the Visual Studio entry

user3014777
- 1
- 1