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;
 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/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 sql:SqlDatabase)?

-- 
sig://boB
http://joyofsetup.com/



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


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:
 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 sql:SqlDatabase)?

-- 
sig://boB
http://joyofsetup.com/



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


[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
versionsetting in VS or is there something else I need to do?
-- 
View this message in context: 
http://www.nabble.com/SQL-Elements-are-not-recognized-in-Visual-Studio--tp14587359p14587359.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/vse012070mrt/direct/01/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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;
 xmlns:sql=http://schemas.microsoft.com/wix/SqlExtension;
 xmlns:ui=http://schemas.microsoft.com/wix/UIExtension;

Regards,
//aj

On Jan 2, 2008 3:03 PM, JCWrs [EMAIL PROTECTED] wrote:


 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
 versionsetting in VS or is there something else I need to do?
 --
 View this message in context:
 http://www.nabble.com/SQL-Elements-are-not-recognized-in-Visual-Studio--tp14587359p14587359.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/vse012070mrt/direct/01/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users

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