((System.Exception)((new NHibernate.DebugHelpers.CollectionProxy<BusinessDataTransfer.HelperGetPLCAndNSPLC>(((NHibernate.Collection.Generic.PersistentGenericBag<BusinessDataTransfer.HelperGetPLCAndNSPLC>)(lst)))).Items)).StackTrace at NHibernate.Collection.Generic.PersistentGenericBag`1.get_Count() at NHibernate.DebugHelpers.CollectionProxy`1.get_Items()
On Wednesday, March 6, 2013 2:40:41 AM UTC-5, Oskar Berggren wrote: > > 2013/3/6 Fan Yang <[email protected] <javascript:>>: > > 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 > > > An generic exception such as this without at least the first 5-10 rows > of the stack trace is quite impossible to analyze. > > /Oskar > -- 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.
