Typing "devenv.exe" in my system's Run dialog starts VS 2008. I also have VS 2010 installed. How can I start VS 2010 from the Run dialog? I'm running Windows XP.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Jul 18 '11 at 17:38
|
Change the order of VS 2008 and 2010 directories in your PATH environment variable (if 2008 was installed before 2010, its directory is probably earlier in the PATH, so |
|||
|
|
|
Neither should start on XP, it should complain that it cannot find the program. Looks like the PATH environment variable in your system environment got tinkered with. The VS installer doesn't mess with it. Control Panel + System + Advanced + Environment variables to fix (iirc). Logout + Login to make it effective. Consider a desktop or quick launch shortcut. |
|||
|
|