NCover.Console 1.5.5 crashes when run

NCover.Console 1.5.5 crashes when run

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'NCover.Framework, Version=1.5.5.0, Culture=neutral, PublicKeyToken=f4018786f4b01bc6' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'NCover.Framework, Version=1.5.5.0, Culture=neutral, PublicKeyToken=f4018786f4b01bc6'
   at NCover.ConsoleMain.ConsoleMain.Main(String[] args)

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].

I have .NET Framework 2.0.50727.42, NUnit 2.2.8. and I have run NCover.Console from command prompt in the install directory.  The install directory includes (NCover.Framework 1..3.2.0 , that's what the installer came with) Any Ideas?  a wrong release?




Re: NCover / NCoverExplorer missing code files after moving a so

The directory information comes from the xml coverage file, which in turn comes from the .pdb files. Rebuild your solution in the new directory location, then run coverage again. You don't have an old version hanging around in the GAC or anything like that do you?


Re: NCover / NCoverExplorer missing code files after moving a so

many thanks. a rebuild did it.