nhibernate3 weaknesses
- by Adrakadabra
from the moment we've migrated from hibernate 2 to hibernate3 ,around 30% of queries can not execute anymore,while there were not any problem with the previous version. does anybody have such problems?
for example some of errors we see r like these
Specified cast is not valid:
Repository<CountrySubdivision>.Find(p => p.Parent.Id ==…