Thread: Team Test
View Single Post
  #1  
Old 04-19-2010, 10:43 AM
trailway trailway is online now
Registered User
 
Join Date: 04-07-2009
Posts: 26
Team Test

I am using Visual Build 7.2a in conjunction with Visual Studio 2010 RC. I created a trivial C# application with unit testing (which requires using the .NET 4.0 framework). I can run the unit tests in Visual Studio itself without problems.

I created a "Team Test" step and added a reference to the test DLL in the "Test containers" on the Test tab. When I try to execute the step I recieve the following error:

Could not load file or assembly 'file:///C:\...\TestProject2.dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
Reply With Quote