michaeldz / Coco.VSPlugin.VS2015

This plugin enables the use of Coco/R inside Visual Studio 2015, 2017. It was upgraded from http://www.ssw.jku.at/coco/Tools/VSPlugin/.
5 stars 2 forks source link

Dependency Issue - Missing Reference "Microsoft Visua Studio Editor" #5

Open TheColonel2688 opened 3 years ago

TheColonel2688 commented 3 years ago

Ok I am trying to install the extension for VS Market place and I can getting the following error "One or more extensions can't be installed due to the following missing references" "Microsoft Visual Studio Editor"

This makes no sense to me as I assume "Microsoft Visual Studio Editor" is a required part of Visual Studio

image

I am using VS Community 2019 Version 16.8.4

image

knutt commented 2 years ago

I have discovered the same issue. Looking into the source.extension.vsixmanifest file, it looks like the "Microsoft Visual Studio Editor" is referencing "Microsoft.VisualStudio.ErrorListPkg": <Dependency d:Source="Installed" Id="Microsoft.VisualStudio.ErrorListPkg" DisplayName="Microsoft Visual Studio Editor" Version="[14.0,15.0)" /> This dosen't seem right. Can this dependency be removed, or should it be referencing something else? Or what?

knutt commented 2 years ago

Update: In the wsixmanifest designer in VS, if you select "Microsoft Visual Studio Editor", it references "Microsoft.VisualStudio.Platform.Editor" by default. I tried changing to this, built and installed the extension, and it seems to work. I have also made several changes to the references + changed build platform to .Net 4.7.2 to be able ot integrate with my system, VS 2019 on Win11. Will post a pull request :-)