2011-01-20 11 views
1

TFS 2010とクルーズコントロールを統合するにはどうすればいいですか? 1.44ネット、でも私は、64ビットから変更しようとした私は、サーバーのフォルダにccnet.vsts.plugin.dllを追加しましたが、それは働いたdidnotと私は以下のエラーメッセージTFS 2010とクルーズコントロールの統合方法Net 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]. 

 

を得ました以下のコマンドを使用して32ビットに変更します。

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

ただし、それは機能しませんでした。誰でも私をここで助けてください。

答えて

0

私は同じ問題を抱えていて、32bitに設定してくれました...しかし、サービスが動作する前にサービスを再起動する必要がありました。まだ再起動していませんか?

+0

私はそれが幸運ではなく疲れましたか?私は間違っているかもしれないとは思いません... – user543932

0

ビルドマシンにチームエクスプローラ2008をインストールする必要があります。それはTFS 2010をサポートする必要があります。