Re: [WiX-users] SQL Elements are not recognized in Visual Studio?

2008-01-03 Thread JCWrs
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;

Re: [WiX-users] SQL Elements are not recognized in Visual Studio?

2008-01-03 Thread Bob Arnson
JCWrs wrote: 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'. Are you supplying the namespace in the element name (i.e., util:User... and

Re: [WiX-users] SQL Elements are not recognized in Visual Studio?

2008-01-03 Thread Alex Steen
Nope, I wasn't. That fixed it. Thanks all! -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 10:31 AM To: Alex Steen Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] SQL Elements are not recognized in Visual Studio? JCWrs wrote

[WiX-users] SQL Elements are not recognized in Visual Studio?

2008-01-02 Thread JCWrs
I Installed Votive 3.0 and I started testing out a project in Visual Studio. When I tried to build the project it did not recognize SQLDatabase and User as valid tags. I checked the help file to make sure I had the proper version and it shows the definition for both. Have I missed some

Re: [WiX-users] SQL Elements are not recognized in Visual Studio?

2008-01-02 Thread Aaron Shurts
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;