I have an NHibernate session. In this session, I am performing exactly 1 operation, which is to run this code to get a list:
public IList GetCust
I have seen this once before when one of my models was not mapped correctly (wasn't using nullable types correctly). May you please paste your model and mapping?