在 Visual Studio 中打开解决方案时 WiX 项目错误
我有一个包含 WiX 项目的解决方案。每次我打开它时都会收到错误,然后 WiX 项目显示为不可用。
错误是:
Setup\Setup.wixproj : error : 调用 COM 组件返回了错误 HRESULT E_FAIL。
如果我右键单击该项目,然后选择重新加载项目,它就可以正常工作。我尝试重新安装 WiX,但仍然遇到同样的问题。
我的系统是: Windows 7 专业版 64 位 视觉工作室2010 Wix 3.5
是什么原因导致此问题以及如何修复它?
I have a solution with a WiX project in it. Everytime I open it I get an error and then the WiX project is displayed as unavailable.
The error is:
Setup\Setup.wixproj : error : Error HRESULT E_FAIL has been returned from a call to a COM component.
If I right click on the project and then select Reload Project it works fine. I've tried reinstalling WiX but I still get the same problem.
My system is:
Windows 7 Professional 64bit
Visual Studio 2010
Wix 3.5
What is causing this and how can I fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在项目上启用了“显示所有文件”,则会导致此行为。我刚刚提交了一个bug以进行投票对于这个问题。
更新:此问题已在 WiX 3.6 中修复
If you have "Show All Files" enabled on the project, it will cause this behavior. I just filed a bug for votive for this issue.
Update: This was fixed in WiX 3.6