boujnah5207 / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

Wrong version of Iesi.Collections for Nhibernate #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Just downloaded and integrated RC2. I received the error

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) 

Broke out NDepend and tracked this reference to Nhibernate.dll and 
Linq.Nhibernate.dll. The version of Iesi.Collections included in the 
package is 1.0.1.0.

Thanks,

Ian

Original issue reported on code.google.com by ianmmc...@gmail.com on 14 Mar 2009 at 6:01

GoogleCodeExporter commented 9 years ago
I also tried building the RC2 package with the older Iesi.Collections and 
failed to 
build.

I believe Nhibernate.Validator is looking for the new version.

Original comment by ianmmc...@gmail.com on 14 Mar 2009 at 6:22

GoogleCodeExporter commented 9 years ago
Always read the release notes! I've added the dependency redirect.

For anyone else.

http://sharp-architecture.googlecode.com/svn/trunk/VersionHistory.txt

Thanks,

Original comment by ianmmc...@gmail.com on 15 Mar 2009 at 10:42

GoogleCodeExporter commented 9 years ago
Yup, VersionHistory.txt contains the appropriate guidance for resolving this.

Original comment by wmccaffe...@gmail.com on 15 Mar 2009 at 9:57