2011-06-01 41 views
5

我可以用單位CHESS &測試我的多線程代碼MSTest的2010年VS我想這MSTest的+棋在VS 2010

[TestMethod] 
[HostType("Chess")] 
[TestProperty("ChessExpectedResult", "deadlock")] 
public void TestMyMethod() 
{ 
... 
} 

,但我得到以下錯誤

The host type 'Chess' cannot be loaded for the following reason: The key 'Chess' cannot be found 

回答