AnkhSVN icon indicating copy to clipboard operation
AnkhSVN copied to clipboard

Compilation problem with Microsoft.VisualStudio.CommandTable

Open PhilJollans opened this issue 5 years ago • 4 comments

I am getting compilation errors with Microsoft.VisualStudio.CommandTable.

What packages do I have to install to resolve this reference?

Phil

PhilJollans avatar Jul 16 '19 21:07 PhilJollans

If you run a nuget restore does that help?

simonp22 avatar Jul 18 '19 11:07 simonp22

If you have VS SDK installed (just select in VS installation) VSCTCompress.dll and VSCTLibrary.dll are located e.g. for VS2019 Professional in c:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VSSDK\VisualStudioIntegration\Tools\Bin\ Just manually copy to Ankh.BitmapExtractor folder.

viliks avatar Aug 23 '19 14:08 viliks

Thanks, I will try it. Unfortunately I don't have time right now.

PhilJollans avatar Aug 23 '19 15:08 PhilJollans

Finally I had another attempt to compile the projects.

The first project which generated an error Ankh.GenPkgDef. I found that multiple references (e.g. Microsoft.VisualStudio.Shell.16) were marked with a warning icon, indicating that the file was missing.

I have selected the VisualStudio SDK in Visual Studio Installer, but these files are not present.

However, if I remove all of the references in the project Ankh.GenPkgDef and instead reference the nuget package Microsoft.VisualStudio.SDK Version 15.9.3 I can compile this project without errors.

PhilJollans avatar Sep 16 '19 21:09 PhilJollans