Bob Arnson-6 wrote:
> 
> Jason Person (TEKsystems) wrote:
>> Hi, I am having a problem using util:XmlConfig from an include file, it
>> seems like the namespace declaration isn't seen by the stuff in the
>> include file even though I declare it in the <wix> tag for the main file.  
> 
> You also need to declare it in the included file; each file must be a 
> valid XML document.
> 
> 


I just thought I'd clarify as it took me a little bit to figure out exactly
where to include the namespace:

Exmaple:

<Include xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension";>
...
</Include>

Anywhere else will cause compile errors.
-- 
View this message in context: 
http://n2.nabble.com/Using-util-extension-in-include-file.-tp2341456p2492085.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to