Well, then, what happens when you build the solution using (from a VS command 
prompt)

Msbuild "path to solution.sln" /p:Platform=x86

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com



-----Original Message-----
From: Alan Hartmann [mailto:a...@proteledata.com] 
Sent: Thursday, February 13, 2014 1:09 PM
To: 'General discussion about the WiX toolset.'
Subject: Re: [WiX-users] Requesting assistance with two build errors

Thanks Phil.

Per my reply to John, I'm pretty sure (though not absolutely positive), that 
I've removed all references to any configurations other than "Debug" and 
"Release" and platform "x86" in the entire solution.


-----Original Message-----
From: Phill Hogland [mailto:phogl...@rimage.com]
Sent: Thursday, February 13, 2014 1:59 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Requesting assistance with two build errors

I am getting the same error.  In my case I have several projects, of different 
architectures, in the same solution.  I only see the problem when I try to 
build the projects using a batch script and msbuild to build each project.  The 
C++ CA project can be built as either Win32 or x64.  The wixlib project is x86.

If I build each project in the VS IDE, selecting the correct platform, all is 
well (so that is what I am doing for now, until I get more time to research the 
problem discovered yesterday with the same error message.) However if I run the 
batch script, the two CA builds succeed, and then the wixlib project, with 
/t:build /p:platform=x86 selected fails.  However the error message indicates 
that the wixlib project launched the CA project as a 'rebuild', but failed 
because Win32 was not specified.

So in my case the failure relates to building a project which has a dependency 
on a project of a different type.  I am not sure of the solution yet, and I 
don't want to confuse this thread with my issue, but I point this out as a 
possible reason for the error message.  I suspect I need to edit the CA project 
file changing the default msbuild properties to map x86 to
Win32 in some way.



--




------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to