tags:

views:

29

answers:

0

i read that i can install agent in computer without vs 2010 and then using mstest, i did it and then after i record test in ultimate ,i build the project,copy the debug directory to the computer with the agent and run the following command: C:\Documents and Settings\erezg>"C:\Documents and Settings\erezg\Desktop\Debug\M STest.exe"/testcontainer:"C:\Documents and Settings\erezg\Desktop\Debug\TestProj ect27.dll"

and i got the following error:

Loading C:\Documents and Settings\erezg\Desktop\Debug\TestProject27.dll... Failed to initialize the unit test extension 'CodedUITestAttribute': Failed to c reate an instance of the TestClassExtensionAttribute ('Microsoft.VisualStudio.Te stTools.UITesting.CodedUITestAttribute, Microsoft.VisualStudio.QualityTools.Code dUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d5 0a3a') for the unit test extension 'CodedUITestAttribute': Could not load file o r assembly 'Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10 .0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependen cies. The system cannot find the file specified. C:\Documents and Settings\erezg\Desktop\Debug\TestProject27.dll Unable to load the test container 'C:\Documents and Settings\erezg\Desktop\Debug \TestProject27.dll' or one of its dependencies. Error details: System.IO.FileNot FoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestTool s.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

what can i do to fix the problem thanks