I have a Compact Framework Project that has two Unit Test projects with it in the solution.
One is a Smart Device Unit Test Project (needs the emulator to run). The other is a normal Unit Test Project.
The normal Unit Test Project runs fine on my machine and on the build machine, but on my co-worker's machine it tries to launch the emulator then fails the tests.
He has tried doing a checkout of changeset 1 then deleting the folder then checking out and running the test but it still tries to launch the emulator.
Because both the build machine and my computer work just fine, I am guessing that this is some setting that he may have on his machine.
Any ideas?
(using visual studio 2008 and mstest)