Sanj
Sanj

Reputation: 3870

Visual Studio start up to 2012 not 2010

I had installed vs2012 first and than I installed vs 2010. Now whenever I run the "devenv" or open any solution file It defaults to 2010.

How do reset this to run as vs2012 and not vs2010.

Any help greatly appreciated/

Upvotes: 2

Views: 122

Answers (1)

Dai
Dai

Reputation: 155145

You're meant to install VS in chronological order (i.e. the oldest first).

There are a couple of workarounds:

The first: Open VS2012, go Tools > Options > Environment > General > "Manage File Associations"

The second: Reinstall VS2012 in Repair mode.

Both should work.

Upvotes: 3

Related Questions