Hi!
We are using 64bit Windows 7 as a build server and we have had Final Builder 7 installed there for some time now and it's working fine. We also have Visual Studio 2012 installed and TFS connection works as it should.
I just installed ContinuaCI 64bit version but could not create new repository for some reason. I get the following error when project wizard tries to validate TFS connection:
Unexpected error reported from server: Running C:\Program Files (x86)\VSoft Technologies\ContinuaCI\Server\Continua.Modules.Builds.TeamFoundation.exe failed and threw exception : Running C:\Program Files (x86)\VSoft Technologies\ContinuaCI\Server\Continua.Modules.Builds.TeamFoundation.exe failed with return code: 2 and error output: Error communicating with TFS server, please check all fields and try again. Error details: An unexpected error occurred: Continua.TFS.Common.TFSClientException: Failed to access Version Control Service of http://our_tfs_server:8080/tfs : Could not load type 'Microsoft.TeamFoundation.Client.BasicAuthCredential' from assembly 'Microsoft.TeamFoundation.Client, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. at Continua.TFS.Common.TFSClientBase.GetVersionControlServer(String server, String username, String password, Boolean useBasicAuth) at Continua.TFS.Common.TFSClientBase.Connect(String server, String username, String password, Boolean useBasicAuth) at Continua.Modules.Builds.TeamFoundation.StubHelper.PerformOperation(String[] args) at Continua.Modules.Builds.TeamFoundation.Program.Main(String[] args) (Args were : http://our_tfs_server:8080/tfs $/Base -1 True 2012 False eu\svc_autobuild ************)
Same error comes when I try to run same command from the command line.
Then I uninstalled 64bit version and installed 32bit version of ContinuaCI...Same error. The error message shown in this message is after 32bit installation but it's basically the same for 64bit.
How to solve this problem? I tried also installing TFS Power Tools 2012 but it didn't help.
Br,
Kalle