Thread: Team Test
View Single Post
  #5  
Old 04-19-2010, 04:14 PM
trailway trailway is online now
Registered User
 
Join Date: 04-07-2009
Posts: 26
RE: Unit testing

Thanks for the feedback. I spent all day trying to figure out why this does not work for me.

It appears to me that Visual Build is using the wrong version of MSTest. When I turn on command line logging what I see is that it runs MSTest out of "Microsoft Visual Studio 9.0". If I change the 9.0 to 10.0 and execute the revised command line locally, it works.

I do have Visual Studio 2008 and Visual Studio 2010 both loaded. How do I get Visual Build to use the 10.0 MSTest?
Reply With Quote