Hi, i've just upgraded my application from NHibernate v2 to v3.2 and i have been getting the following error:
Provided id of the wrong type. Expected: System.Int32, got System.Object[]. When running the following: var transactions = session.Query<Transaction>().Cacheable().CacheMode(CacheMode.Normal).ToList(); If i disable the second level cache it works fine. I'd really appreciate it if someone could show me what i'm doing wrong. Thanks -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
