tags:

views:

12

answers:

0

I have a project on a TeamCity v5. build server. The project builds fine on the server using VisualStudio 2010 solution setting, but then fails to run any unit tests, failing with error

Blockquote error : c:\TeamCity\buildAgent\plugins\dotnetPlugin\bin\JetBrains.BuildServer.NUnitLauncher.exe "@@" C:\TeamCity\buildAgent\temp\buildTmp\tmpCE.tmp exited with code -1073741819

I am using nUnit2.5.5, which I include in the solution. It doesn't seem to matter what combination of nUnit runner and .Net framework settings I use, I always get this error. Does anyone know what it means? I don't even know how to start investigating.