Wix 语法错误
Wix Syntax Error
我用过
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util='http://schemas.microsoft.com/wix/UtilExtension'
xmlns:fire='http://schemas.microsoft.com/wix/FirewallExtension'
>
编译我的代码时出现错误,错误如下
error CNDL0200 : The Component element contains an unhandled extension element 'fire:FirewallException'. Please ensure that the extension for elements in the 'http://schemas.microsoft.com /wix/FirewallExtension' namespace has been provided.
我的语法有什么问题
提前致谢
需要添加对项目的 "FirewallExtension" 引用。
我用过
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util='http://schemas.microsoft.com/wix/UtilExtension'
xmlns:fire='http://schemas.microsoft.com/wix/FirewallExtension'
>
编译我的代码时出现错误,错误如下
error CNDL0200 : The Component element contains an unhandled extension element 'fire:FirewallException'. Please ensure that the extension for elements in the 'http://schemas.microsoft.com /wix/FirewallExtension' namespace has been provided.
我的语法有什么问题
提前致谢
需要添加对项目的 "FirewallExtension" 引用。