Bugs item #1957832, was opened at 2008-05-05 11:36 Message generated for change (Tracker Item Submitted) made by Item Submitter 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. ---------------------------------------------------------------------- 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 the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
