简体   繁体   English

如何将SideWaffle安装到VS2015社区

[英]How to install SideWaffle to VS2015 Community

I downloaded the extension from here and when I doubleclicked on the vsix package nothnig happened. 我从这里下载扩展,当我双击vsix包时,nothnig发生了。

I checked out the extension.manifest file in the package, and these are the supported version there: 我签出了软件包中的extension.manifest文件,这些是那里受支持的版本:

<Installation>
  <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="11.0" />
  <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="12.0" />
  <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="14.0" />
</Installation>

When VS Community got out, you had to do this to get EF Power Tools to work, but SideWaffle uses the 2.0 manifest version and that doesn't work. VS社区发布后,您必须执行此操作才能使EF Power Tools正常工作,但是SideWaffle使用2.0清单版本,但SideWaffle方法不起作用。

I tries adding Microsoft.VisualStudio.Community but that didn't work either. 我尝试添加Microsoft.VisualStudio.Community但这也不起作用。 Any ideas on how to make this work? 关于如何进行这项工作的任何想法?

No idea why it didn't install when I ran it, but I did find a workaround: 不知道为什么我运行它时没有安装它,但是我确实找到了一种解决方法:

Open Developer Command Prompt for VS2015 and run VSIXInstaller {path to vsix file} 打开Developer Command Prompt for VS2015然后运行VSIXInstaller {path to vsix file}

That did the trick. 做到了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM