Hi Rory! I've seen similar crashes before, and then it came down to access rights to components. Others have reported similar issues, see http://www.mail-archive.com/[email protected]/msg02834.html which reports missing launch permissions for an MSIInstaller com component, from the service account used by TFS build. Sandcastle uses some components - do you have access permissions to them ? What I normally do in such cases is to login to the build machine using the service account, start Visual studio and see if I can make things work by building the project inside VS on the build machine.
The same type of crash have also been reported quite a lot for several other reasons, among them missing components etc. DO a google on "EventType clr20r3 TFS build". So it might be something else. PS: I assume you have checked that you don't have anything special going on in the postbuild steps for the projects? The postbuild often hides some nasty-ness. I've seen people doing iisreset there.....Not a particular good idea for the TFS build machine. _________________________ Best regards Terje http://www.osiris.no http://geekswithblogs.net/terje From: [email protected] [mailto:[email protected]] On Behalf Of Primrose, Rory Sent: 2. mars 2009 00:34 To: [email protected] Subject: DocProject causing TeamBuild to fail [SEC=UNCLASSIFIED] Hi guys, I am having team build issues which (hopefully) someone has seen before. I am developing three services that have a similar code base, each of which has a team build definition. Two of the services build, deploy and test without any problem. The third service fails after building a DocProject (http://docproject.codeplex.com) project. It appears that the DocProject work in the build has completed, then the script falls over. Here is the tail end of the build log: Done executing task "BuildDocProject". (TaskId:1324) Done building target "CoreBuildHelp" in project "MyProject.Service.Documentation.csproj".: (TargetId:5758) (TaskId:1324) Target "Build: (TargetId:5616)" in file "C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets" from project "D:\B\Services\MyProject_main\Sources\src\MyProject.Service.Documentation\MyProject.Service.Documentation.csproj": Building target "Build" completely. No input files were specified. Done building target "Build" in project "MyProject.Service.Documentation.csproj".: (TargetId:5616) Done Building Project "D:\B\Services\MyProject_main\Sources\src\MyProject.Service.Documentation\MyProject.Service.Documentation.csproj" (default targets). The build seems to encounter a catastrophic failure as the log doesn't contain any indication of failure messages or build result. In one of the build attempts, it did start building the next project before falling over. In that case, the first few lines of the project build were available, but then the script fell over in the same way. There is also the following Application event log (source is NET Runtime 2.0 Error) for each of these failed builds: EventType clr20r3, P1 msbuild.exe, P2 3.5.30729.1, P3 488efbd7, P4 mscorlib, P5 2.0.0.0, P6 492b834a, P7 f4f, P8 7, P9 n3ctrye2kn3c34sgl4zqyrbfte4m13nb, P10 NIL. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Without an indication of the problem in the build log or the event log, I'm not sure what to look at next. My only guess is that there is some bug in the DocProject build task (resource cleanup or lack of?) that causes the build script to fall over. I would have thought that msbuild would catch this though. Any ideas? [cid:[email protected]] RORY PRIMROSE SOFTWARE DEVELOPER INFORMATION SERVICES Tel +61(0) 2 62036720 Ext 156720 www.afp.gov.au<http://www.afp.gov.au> ********************************************************************** WARNING This email message and any attached files may contain information that is confidential and subject of legal privilege intended only for use by the individual or entity to whom they are addressed. If you are not the intended recipient or the person responsible for delivering the message to the intended recipient be advised that you have received this message in error and that any use, copying, circulation, forwarding, printing or publication of this message or attached files is strictly forbidden, as is the disclosure of the information contained therein. If you have received this message in error, please notify the sender immediately and delete it from your inbox. AFP Web site: http://www.afp.gov.au ********************************************************************** ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected]<mailto:[email protected]> Subscribe: [email protected]<mailto:[email protected]> Unsubscribe: [email protected]<mailto:[email protected]> List FAQ: http://www.codify.com/lists/oztfs Other lists you might want to join: http://www.codify.com/lists -------------------------------------------------------------------------------- Support procedure: https://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/oztfs Other lists you might want to join: http://www.codify.com/lists
<<inline: image001.jpg>>
