我在VS2008中的ASP.NET 3.5框架中有项目,并尝试在VS2013中迁移到4.5.1框架。编译时我收到错误:
"Unresolved reference to symbol 'WixComponentGroup:Product.Generated' in section 'Product:{3544FDE1-36BF-49CC-A05F-4FE4AA685F00}' ".
我在下面尝试了解决方案,但仍然无法解决问题。
WiX unresolved reference to symbol media 1 in section fragment
我有一个安装文件,其中包含products.wxs文件以及引用和包含文件。
代码: product.wxs
<Feature Id="ProductFeature">
<ComponentGroupRef Id="Product.Generated" />
</Feature>
我们非常感谢您的帮助。请尽快通知我。
答案 0 :(得分:0)
我有同样的问题,事情是我使用-cg Flaskr 但在我的.wxs中我有
ComponentGroupRef Id="FLASKR"
我希望这会有所帮助!