When you call devenv.com from the command line or the FinalBuilder action in our automatic build, it sometimes freezes and never passes the compilation stage.
It is called using these parameters from C: \ Program Files (x86) \ Microsoft Visual Studio 12.0 \ Common7 \ IDE:
devenv.com /build "Release|Any CPU" "D:\MyProject\MySolution.sln"
At this step, he always hangs. When I open it in VS 2013 and ReBuild, this solution works great every time.
Any ideas? I also tried this on other build machines, and it does the same. Therefore, it is independent of the machine.
source share