Bugs item #1237410, was opened at 2005-07-13 03:42
Message generated for change (Settings changed) made by robmen
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: 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 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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to