Hi,
I have downloaded the 1.2.1GA version from sourceForge and the solution compiles with no errors, but when instantiating a new Configuration
Configuration objConfiguration = new Configuration();
I get the following Exception:
Could not load file or assembly 'Iesi.Collections, Version=1.0.0.3, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
In VS2008 -> References I see Isei.Collections version is 1.0.0.3, but Windows Explorer -> Properties it shows Isei.Collections.dll version is 1.2.1.4000
I also got the source code, compiled and got the same Exception.
Please, can any one help me with that?
Regards, Jean
|