Tagged Questions
3
votes
1answer
776 views
Index was outside the bounds of the array - NHibernate 3.2
I've been trying to upgrade a project using fluent nhibernate 1.2 and NHibernate 3.1 to FNH 1.3 and NH 3.2, and it all seems to work except now Im getting an exception on a .List() command.
The ...