We restarted our Team Foundation Server yesterday due to poor performance. Now all of our builds are failing on check-in. The error we are receiving is below:

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.VisualBasic.targets (154): "Vbc.exe" exited with code -1073741818

Have tried searching for this error, but to no avail. Has anyone else had this problem before?

link|improve this question
1  
I believe that this is the error is the same as this one : stackoverflow.com/questions/1317886/external-exception-c0000006/… – Preet Sangha May 26 '11 at 1:57
Not sure how this is relevant to my question? – ash May 26 '11 at 2:16
feedback

1 Answer

Hey ash, here is what I would to to investigate the problem: Go to your build machine (aka build server) and check the state of the machine, the build service, the workspaces where your source code is built by TFS build.

It looks like this error occurs during build time, and based on the description of the error code from the other SO thread Preet provided, it's possible that your build machine is messed up.

Now you said that you have poor performance with TFS server. What exactly is performing poorly? Are your TFS server and build machine separate or stacked together? There is a memory fragmentation problem with the build service in TFS 2010 RTM (which is improved much in SP1), especially when you build large projects. I'm wondering if the error here could be related to that, so please also check the memory usage of TfsBuildServiceHost.exe (aka the build service).

Good luck!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.