Hi Every one..
Well first problem that i had after upgrading is that i lost my shortcut of “devenv” which should open vs 2010 but it opened vs 2008…. as the executable’s of both versions are same, we either need to change the Command Text of Devenv or we have to do a small edit in registry path…
For Registry:
GOTO:
First type “regedit” in rum command and press enter.. then navigate to below path.
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\devenv.exe
Now double click the value on right side and change from
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe
to
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe
Thats it Guys!!!!