Try adding the xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"; 
schema to the top of the file that has the XmlFile element in it.

Mine looks like this

<Wix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://schemas.microsoft.com/wix/2006/wi"; 
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>

-----Original Message-----
From: Dave DaveLists [mailto:dbfli...@gmail.com] 
Sent: Wednesday, August 25, 2010 8:50 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Question about using XmlFile (WixUtilExtension.dll in 
general, actually)

Ah, yes, sorry. It is a wix compiler error:

The Component element contains an unhandled extension element
'util:XmlFile'.  Please ensure that the extension for elements in the
'http:⁄⁄schemas.microsoft.com⁄wix⁄UtilExtension' namespace has been
provided.

I googled this line and found a few references to it but the
suggestion was always to add a reference to WixUtilExtension.dll,
which we already have. We tried deleting it and putting it back in
manually but this did not help (and I verified that the DLL is in the
directory where candle and light are, just to be sure).

Thanks,

-Dave

On Tue, Aug 24, 2010 at 6:16 PM, Bob Arnson <b...@joyofsetup.com> wrote:
>  On 24-Aug-10 21:00, Dave DaveLists wrote:
>> we expected to be able to reference XmlFile using util:XmlFile but
>> this is failing at compile time.
>
> It might help if you described how it was failing...
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
> ------------------------------------------------------------------------------
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users
> worldwide. Take advantage of special opportunities to increase revenue and
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to