Bugs item #1717966, was opened at 2007-05-12 18:05 Message generated for change (Settings changed) made by justinrockwood You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1717966&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: votive Group: None >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Doug S (tpaxatb) Assigned to: Justin Rockwood (justinrockwood) Summary: Solution Build Issues (build 2911) Initial Comment: A build using wixproj files in a solution will fail if the .wxs projects refer to $(var.SolutionDir) and there are no C# projects in the solution. The error is that the Solution variables (SolutionDir, SolutionFile, etc) are not passed to the .wixproj properly unless there is a C# project in the solution. <exerpt from build window>: 2> Task "Candle" 2> Command: candle.exe -d"SolutionDir=*Undefined if not building a solution or within Visual Studio*" Using build 2911 Workaround is to include a dummy C# project in the solution. ---------------------------------------------------------------------- >Comment By: Justin Rockwood (justinrockwood) Date: 2007-05-18 00:30 Message: Logged In: YES user_id=1054914 Originator: NO The problem is that C#/VB projects define these variables and not Visual Studio itself. The fix is that I define these properties before a build within Visual Studio. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1717966&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
