4

When MS released Git Tools for Visual Studio 2012, they said that it requires Update 2 - http://www.hanselman.com/blog/GitSupportForVisualStudioGitTFSAndVSPutIntoContext.aspx.

I'm developing some Visual Studio extension and it's interesting for me, what they have changed in Update 2 for Extensions API, that doesn't exist in Update1\RTM.

I checked Update 2 release notes and couldn't find anything related to Extensions work. Source - http://support.microsoft.com/kb/2797912/en-us

Sergey Litvinov
  • 7,408
  • 5
  • 46
  • 67

2 Answers2

5

VS Tools for Git requires VS 2012 Update 2 to be installed.

I get the error after VS Update 2 is installed! (Suspect it's because of my locked down local build?)

I installed the vsix file as follows:

Once installed, you should then see 'Microsoft Git Provider' under Tools > Options > Source Control > Plug-in Selection

kenno
  • 333
  • 2
  • 7
  • The question is not how to install it, but why Git tools requries Update2 and what changese there were made that required by Git Tools – Sergey Litvinov May 01 '13 at 09:35
  • This may be straying from the original topic a bit, but great tip nonetheless! I was running into the same error with VS 2012 Update 3...and the latest version says it requires Update 3. I think it's also worth mentioning that I was also running into this problem on a locked down workstation with limited access rights. I was able to install the MSI without a hitch on another machine with full admin privileges. – Jim Killingsworth Sep 29 '13 at 19:59
0

You are right, I haven't found anything as well. Nevertheless when I try to install MS VS Tools for Git I get the error message: VS Tools for Git requires VS 2012 Update 2 to be installed.

My config looks like:

Microsoft Visual Studio Professional 2012 Version 11.0.51106.01 Update 1 Microsoft .NET Framework Version 4.5.50709

Installed Version: Professional

Leo Chapiro
  • 13,678
  • 8
  • 61
  • 92
  • I have similar config. And got the same error message, so just wondering, maybe someone from Microsoft dev team can share there some details about it. – Sergey Litvinov Apr 10 '13 at 12:52