2011-01-20 72 views
1

我如何整合TFS 2010与巡航控制。网1.44,我只是说ccnet.vsts.plugin.dll在服务器文件夹,但它因此未工作,我得到了以下错误消息如何将TFS 2010与Cruise Control集成。净1.44

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.TeamFoundation.VersionControl.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. 
File name: 'Microsoft.TeamFoundation.VersionControl.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' 
    at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts.GetModifications(IIntegrationResult from, IIntegrationResult to) 
    at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications(ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild) 
    at ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications(IIntegrationResult from, IIntegrationResult to) 
    at ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequest request) 

 

WRN: Assembly binding logging is turned OFF. 
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. 
Note: There is some performance penalty associated with assembly bind failure logging. 
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. 

即使我试图从64位更改到32位使用以下命令

corflags.exe /32bit+ C:/CruiseControl.NET/server/ccservice.exe 

但它没有奏效。请任何人都可以在这里帮助我。

回答

0

我有同样的问题,并将其设置为32位为我工作...我必须重新启动服务,然后才能工作。你有没有重新启动?

+0

我累了,但没有运气?我不知道我可能做错了... – user543932 2011-01-21 19:05:14

0

您需要在您的构建机器上安装team explorer 2008。它应该支持TFS 2010.