问题描述
我已经安装了Visual Basic PowerPacks 10.0。在Visual Studio 2010中,它显示为Clickonce必备条件,但在Visual Studio 2013 Professional中,它旁边具有黄色三角形,并且在我构建项目时会生成错误。
I have installed Visual Basic PowerPacks 10.0. It appears as a Clickonce Prerequisite in Visual Studio 2010 but in Visual Studio 2013 Professional It has the yellow triangle next to it and an error is generated when I build my project.
感谢所有帮助。
推荐答案
我找到了解决方法。我去了位于这里的bootstrapper目录:
C:\Program Files(x86)\Microsoft SDKs\Windows\
I found a work around. I went to the bootstrapper directory located here:C:\Program Files (x86)\Microsoft SDKs\Windows\
Visual Studio 2013的外观对于引导程序包,请参见此处:C:\Program Files(x86)\Microsoft SDKs\Windows\v8.1A\Bootstrapper\Packages\
Visual Studio 2013 looks here for the bootstrapper packages: C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\Bootstrapper\Packages\
在C:\Program Files(x86)\Microsoft SDKs\Windows\v8.0A\Bootstrapper\内部,我找到了VBPowerPacks文件夹并将其复制到C:\Program Files(x86)\Microsoft SDKs\ \Windows\v8.1A\Bootstrapper\Packages\
Inside C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\Bootstrapper\ I found the VBPowerPacks folder and copied it to C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\Bootstrapper\Packages\
不确定为什么VBPowerPacks不会自动安装在所有Bootstrapper文件夹中。那会节省我很多时间。
Not sure why VBPowerPacks does not automatically install in all Bootstrapper folders. That would have saved me a great deal of time.
这篇关于在Visual Studio 2013中缺少Clickonce先决条件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!