Bugs item #1237410, was opened at 2005-07-13 06:42 Message generated for change (Comment added) made by shirata 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: None Status: Open 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 10: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 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
