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
ただし、それは機能しませんでした。誰でも私をここで助けてください。
私はそれが幸運ではなく疲れましたか?私は間違っているかもしれないとは思いません... – user543932