Completed
Last Updated: 28 Aug 2014 13:07 by ADMIN
ADMIN
Cody
Created on: 14 Feb 2013 23:06
Type: Bug Report
0
Running test in VS 2012 Test Explorer crashes on Win Server 2012
Customer sent test project that was created using VS 2010. When you try to run any of the tests in VS 2012, it causes vstest.executionengine.x86.exe to crash. This seems to only happen on Server 2012. You don't run into this problem using Win7, or if you create a new test project in VS 2012 on Server 2012.

See the linked video to see what happens.

Also attached is the test project.
1 comment
ADMIN
Iliyan Panchev
Posted on: 18 Mar 2013 14:14
The issue is not reproducible on our environment.
However I see two problemes with the repro video:
1. In the Output panel there is an error message about loading the settings file.
2. The client application seems to be unaccesible and I cannot test this one right. In the video the crash happens during the execution of a particular  step. So, this looks like something specific to the site.

So, we need to understand two things:
1. Is there a custom settings file on the client side and if yes, why it generates errors?
2. Can we connect to the client's site, so we can test this one better?