I'm trying to run the BankAccount example with MChess.
When I run "mchess ChessTest.exe" I am getting the error: "Error: Assembly image invalid."
I am running on Windows Server 2008 R2.
I've run from the Visual Studio 2010 Command Prompt as well as C:\Windows\SysWOW64\cmd.exe to no avail.
I built the project as described in the help doc by typing "csc /debug ChessTest.cs Bank\Account.cs" in a Visual Studio 2010 command prompt.
Any help woud be greatly appreciated.