Outlook Code View link opens incorrectly Visual Studio version

I have Visual Studio 2013 Premium and 2012 Premium. I am getting email notifications to view code in TFS. These notifications include a link to open reviews, with display text "Open Changes and Comments in Visual Studio." Place of reference starts with

vstfs://codereview/...

      

When I click on the links, Code Views open in Visual Studio 2012.

How can I get Visual Studio 2013 to handle code review email links instead of Visual Studio 2012? I would like them to be open in Visual Studio 2013 instead.

+3


source to share


2 answers


Open your registry and change the path to the devenv.exe file specified in the key HKCR\vstfs\Shell\Open\Command\(Default)



+2


source


I repaired my installation of Visual Studio 2013 and changed all the file types associated with Visual Studio 2012 that were associated with 2013 in the Default Programs tool and then restarted my computer. The problem is now resolved, but I don't know what fixed it; my guess is renovation in 2013.



0


source







All Articles