Bugs item #1237410, was opened at 2005-07-13 03:42 Message generated for change (Settings changed) made by justinrockwood You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1237410&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: v2.0 >Status: Closed Resolution: None Priority: 5 Submitted By: Roger Lipscombe (rlipscombe) Assigned to: Justin Rockwood (justinrockwood) Summary: Another project is already building. Please cancel that buil Initial Comment: If you have a solution file containing a C# web app, a WiX setup project _and_ a database project, then you get the following error: "Another project is already building. Please cancel that build before starting another one." This happens the second time you press Ctrl+Shift+B to build the solution, and happens every time from then on, until you restart VS2003. I've investigated, and it only happens if you have a database project and the WiX project in the solution. Remove either one, and the solution builds fine. Weird. ---------------------------------------------------------------------- Comment By: shirata (shirata) Date: 2005-11-07 07:23 Message: Logged In: YES user_id=1373564 The error stems from a unhandled exception. GetProjectVariables() in CandleSetting.cs throws an exception which is not handled by GetSolutionVariables(). GetSolutionVariables() also has the same problem. The exception is thrown when the solution contains database project, vsi project, or other "special" projects. The solution is to either check the error condition using NativeMethods.Failed() instead of NativeMethods.ThrowOnFailure() or handle the exception from the calling function. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1237410&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
