Error: Method 'ToXml' in type 'Chutzpah.VS2012.TestAdapter.ChutzpahAdapterSettings' from assembly 'Chutzpah.VS2012.TestAdapter, Version=2.1.0.162, Culture=neutral, PublicKeyToken=1ca802c37ffe1896' does not have an implementation.
We are using TFS 2012 and VS 2012 with .NET 4.5. The problem is at VS2012.TestAdapter\ChutzpahAdapterSettings.cs in the ToXml method. It could be the override does not match that of the loaded assembly of Microsoft.VisualStudio.TestPlatform.ObjectModel.dll.
from LoRez:
"...It looks like I have a newer version of the Microsoft.VisualStudio.TestPlatform.ObjectModel.dll on my machine. My machine has version 11.0.51106.1 in C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow. Whereas the adapter seems to be using version 11.0.50907.0. It looks like the signature for ToXml hasn't changed from what you've implemented..."
This problem does not seem to occur with tfs.visualstudio.com, but on a stand-alone build server.
We are using TFS 2012 and VS 2012 with .NET 4.5. The problem is at VS2012.TestAdapter\ChutzpahAdapterSettings.cs in the ToXml method. It could be the override does not match that of the loaded assembly of Microsoft.VisualStudio.TestPlatform.ObjectModel.dll.
from LoRez:
"...It looks like I have a newer version of the Microsoft.VisualStudio.TestPlatform.ObjectModel.dll on my machine. My machine has version 11.0.51106.1 in C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow. Whereas the adapter seems to be using version 11.0.50907.0. It looks like the signature for ToXml hasn't changed from what you've implemented..."
This problem does not seem to occur with tfs.visualstudio.com, but on a stand-alone build server.