What's wrong with "System.NullReferenceException occurred in NHibernate.dll"?
NHibernate: select t1.Col1, t2.Col2 from table1 t1 inner join table2 t2 on t1.key=t2.key where t1.Col = :p0; :p0 = '56409' A first chance exception of type 'System.NullReferenceException' occurred in NHibernate.dll The SQL statement works fine in sqlplus; Does this mean there is something wrong with class definition? -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
