Greetings all,

I'm working up updating an installer from WiX 2 to WiX3.  I've used WixCop to 
do most of the conversion, but I'm getting the following error:

error CNDL0005 : The File element contains an unexpected child element 
'util:PerformanceCounter'.

The area in question is:

<File Id="perfc.ini" Name="perfc.ini" Source="..\foo\bar\perfc.ini">
  <util:PerformanceCounter Name="bar" />
</File> 

I have the namespace defined, and am calling candle with -ext WixUtilExtension, 
and have been unable to determine the root cause of the issue with the 
resources I could find.  Any help would be appreciated.

-Andy

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to