AnkhSVN not showing up in Visual Studio 2017

I do not see AnkhSVN as an option in the "Tools - Options - Source Control" section in Visual Studio 2017. I uninstalled and reinstalled AnkhSVN, but no effect.

Is there any way to fix this?

+6
source share
3 answers

I came here to find the answer to the same question. I am running Windows 10 Enterprise and had VS2015 with AnkhSVN working before and after installing VS2017, but in VS2017 AnkhSVN was not available under SCC Plug-In Selection (even after uninstalling and reinstalling installation executable files downloaded from http://ankhsvn.open .collab.net , which offer registration against VS Dev15 / 2017).

Here is the result:

  • Removed AnkhSVN (Windows: Add or Remove Programs)
  • AnkhSVN Nuget Installed Package (Visual Studio: Tools / Extensions and Updates)

So, I believe that "uninstall the program installed by MSI / EXE, and then install the extension through Visual Studio VSIX."

AnkhSVN (2.7.12815 VSIX), EXE- (2.7.12821), AnkhSVN VS2015, 2017 , 2015 .

+9

"Ankh.VS15Package.vsix" AnkhSVN , AnkhSVN, , Visual Studio 2015 . , .

+1

VS2017, , AlanK, . , : https://developercommunity.visualstudio.com/content/problem/119486/on-fresh-installation-extensions-are-not-working.html

  • .

  • :

    • C: \ Users \ USERNAME \ AppData \ Local \ Microsoft \ VisualStudio \ 15.0_XXXXXXXX \ privateregistry.bin

    • C: \ Users \ USERNAME \ AppData \ Local \ Microsoft \ VisualStudio \ 15.0_XXXXXXXX \ privateregistry.user.bin

  • Delete these files:

    • C: \ Users \ USERNAME \ AppData \ Local \ Microsoft \ VisualStudio \ 15.0_XXXXXXXX \ privateregistry.bin
    • C: \ Users \ USERNAME \ AppData \ Local \ Microsoft \ VisualStudio \ 15.0_XXXXXXXX \ privateregistry.user.bin
  • Launch Visual Studio 2017.

  • Install the version control plugin.

+1
source

Source: https://habr.com/ru/post/1017288/


All Articles