Missing Clickonce prerequisites in Visual Studio 2013

与世无争的帅哥 提交于 2019-12-12 17:38:41

问题


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.

Any help appreciated.


回答1:


I found a work around. I went to the bootstrapper directory located here: C:\Program Files (x86)\Microsoft SDKs\Windows\

Visual Studio 2013 looks here for the bootstrapper packages: 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\

Not sure why VBPowerPacks does not automatically install in all Bootstrapper folders. That would have saved me a great deal of time.



来源:https://stackoverflow.com/questions/22046760/missing-clickonce-prerequisites-in-visual-studio-2013

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!