Bugs item #1957832, was opened at 2008-05-05 02:36
Message generated for change (Comment added) made by jasongin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1957832&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: msbuild
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: MathiasH (mathiasholmgren)
Assigned to: Nobody/Anonymous (nobody)
Summary: v.4025:MsBuild throws InternalErrorException in second build

Initial Comment:
This became an issue in version 3.0.4025.0 of WiX after the "MsBuild 3.5 -> 
MsBuild 2.0" fix.

- The first time VS builds my Wix project, all goes well (= improvement over 
the previous drop).
- The second time the same VS process (re)builds the same Wix project (without 
restarting VS) I get the following exception:

Error   1       The build was aborted because of an internal failure.
Microsoft.Build.Shared.InternalErrorException: Internal MSBuild Error:
Project shouldn't be in ProjectManager already.
   at Microsoft.Build.Shared.ErrorUtilities.ThrowInternalError(Boolean
showAssert, String unformattedMessage, Object[] args)
   at Microsoft.Build.BuildEngine.Engine.BuildProject(Project project, String[] 
targetNames, IDictionary targetOutputs, BuildSettings buildFlags, Boolean 
fireProjectStartedFinishedEvents)
C:\Source\StingModules\AddinModule\AddinModule.csproj   0       1
SixEdgeSetupWix

Seems some in process state (in the MsBuild ProjectManager) remains between 
builds.

Sometimes I don't get the above exception, but instead the "The build was 
aborted because of an unexpected logger failure." problem, which is reported in 
another already filed bug.


I am using VS 2005 (8.0.50727.762 (SP.050727-7600) and .NET FW 2.0 with SP1.

----------------------------------------------------------------------

>Comment By: Jason Ginchereau (jasongin)
Date: 2008-05-29 15:21

Message:
Logged In: YES 
user_id=2086430
Originator: NO

Doesn't repro for me on VS2005 w/ WiX 3.0.4123.

Do you see this error only for a certain solution, or with any WiX
projects/solutions?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1957832&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to