I did not have those so I added them, the top of my file now looks like this:

<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'
     xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";
         xmlns:sql=" http://schemas.microsoft.com/wix/SqlExtension";
         xmlns:ui="http://schemas.microsoft.com/wix/UIExtension";>

I added a reference to WixSqlExtension, WixUIExtension and WixUtilExtension
in my VS project as well.

I still get an error that says the Product element contains an unexpected
child element 'User'.
I get another one that says the Component element contains an unexpected
child element 'SqlDatabase'.

Any other ideas?


Did you add the references to your extensions in your WiX project?
...and, did you add the schemas to the wxs file?

i.e.
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
         xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";
         xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension";
         xmlns:ui="http://schemas.microsoft.com/wix/UIExtension";>

Regards,
//aj


-- 
View this message in context: 
http://www.nabble.com/SQL-Elements-are-not-recognized-in-Visual-Studio--tp14587359p14599738.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to