We’ve changed the APIs for extensions in WiX 3.0.  Please take a look at CompilerCore.cs to get an idea of what’s now available.

 

Specifically, for simple references, we now track source line information so that error messages can not only tell you that a referenced item is unavailable but also tell you where it was referenced from (which is extremely useful when debugging that type of an error).

 

Derek

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stumpf, Mark
Sent: Thursday, August 24, 2006 7:33 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] AddValidReference missing?

 

I am trying out the most recent release of WiX 3.0 (3.0.2023.0)

 

When I attempt to compile, I get an error that says,

 

error CS0117: 'Microsoft.Tools.WindowsInstallerXml.CompilerCore' does not contain a definition for

        'AddValidReference'

 

I looked in the Object Browser and found that AddValidReference is missing from CompilerCore, but was present in the 1821 version.  Am I missing something?  Do we need to use a different call?

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to