6

Trying out nHibernate, it says it can't find Iesi.Collections.

Where can I get this from? Shouldn't it ship with the nHibernate download if it is so vital?

Pure.Krome
  • 84,693
  • 113
  • 396
  • 647
mrblah
  • 99,669
  • 140
  • 310
  • 420
  • Check this site out to browse the IesiCollections code. http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=3190 – Travis J Mar 26 '12 at 10:05

2 Answers2

3

The source for Iesi.Collections delivered with NHibernate is here: https://github.com/nhibernate/nhibernate-core/tree/3.3.x/src

During 2012 it was moved to separate repository: https://github.com/nhibernate/iesi.collections Recently master in that repo was changed heavily to adjust to .Net 4, but before that the API had been essentially unchanged for many years.

Binaries of new and old versions are available on NuGet.

Oskar Berggren
  • 5,583
  • 1
  • 19
  • 36
2

This might be an old question, but it's available via NuGet.

enter image description here

Pure.Krome
  • 84,693
  • 113
  • 396
  • 647