0

I use code contracts and local build with VS 2013 is fine, but on build server i get the next error: MSB3073: C:\Program Files (x86)\Microsoft\Contracts\MsBuild\v14.0\Microsoft.CodeContracts.targets(642,5): The command ""C:\Program Files (x86)\Microsoft\Contracts\Bin\ccdocgen.exe" "@obj\Release\QuickGraphccdocgen.rsp"" exited with code -1073741571.

How can i fix it?

I know about this post and that -1073741571 is code for Stack overflow / exhaustion. My question is what may be a cause of problem. Why local build works fine but remote does not?

Thanks.

Community
  • 1
  • 1
gsv
  • 277
  • 1
  • 9
  • 1
    You are running the MSBuild version that is included with VS2015, not the one for VS2013. Which is v12.0. You can file this bug at connect.microsoft.microsoft.com. Be sure to not take the shortcut you made in this question, include repro code. – Hans Passant Aug 20 '15 at 14:44
  • 1
    This might be related: https://github.com/Microsoft/CodeContracts/issues/169 – John Allers Aug 22 '15 at 00:06

0 Answers0