.NET duplicates - Unhandled Exception
Hi.
I am using TeamCity Professional Version 3.0.1 (build 6010).
I have created a configuration for finding .NET duplicates. When the agent runs the task I get the following error:
: rcodedup output:
C:\TeamCity\buildAgent\bin\..\plugins\rcodedupPlugin\bin\RCodeDupTeamCity.exe --settings C:\TeamCity\buildAgent\temp\buildTmp\rcodedup-settings-41795.xml C:\TeamCity\buildAgent\work\64d94674486f7b77\TCDuplicatesConsoleProject\TCDuplicatesConsoleProject.sln
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'JetBrains.Shell, Version=3.1.584.3, Culture=neutral, PublicKeyToken=1010a0d8d6380325' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'JetBrains.Shell, Version=3.1.584.3, Culture=neutral, PublicKeyToken=1010a0d8d6380325' ---> System.IO.FileLoadException: Could not load file or assembly 'JetBrains.Shell, Version=3.0.517.16, Culture=neutral, PublicKeyToken=1010a0d8d6380325' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'JetBrains.Shell, Version=3.0.517.16, Culture=neutral, PublicKeyToken=1010a0d8d6380325'
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value .
at JetBrains.CodeDup.RCodeDupTeamCity.Program.Main(String[] args)
: Process exit code: -532459699
: Artifacts path TCDuplicatesConsoleProject\TCDuplicatesConsoleProject.sln.dups.xml not found
The solution file is a VS 2005 but I have test the same configuration with VS2008 file. My version control is MS SourceSafe.
Why TC tries to load 'JetBrains.Shell, Version=3.1.584.3, Culture=neutral, PublicKeyToken=1010a0d8d6380325' and why I don't have it ?
How can I fix this problem ?
Please sign in to leave a comment.
Sorry guys I have found this
http://www.jetbrains.net/jira/browse/TW-4295
but that was after I have posted the question.