it is a large enterprise project, it used NHibernate 1.2.1, now i want to upgrade it to nhibernate 2.0.1, as we serialized some of our domainclasses objects , for deserializing them , it needs Nhibernate.Impl.CollectionEntry from NHibernate 1.2.1 assembly , now if i change the nhibernate dll's to 2.0.1 , the objects can not be deserialized because NHibernate 2.0.1 does not have any class named "Nhibernate.Impl.CollectionEntry" .
so my question is , how can i solve this problem ? On Apr 27, 11:06 pm, Fabio Maulo <[email protected]> wrote: > What you are doing ? > > 2009/4/27 Arman <[email protected]> > > > > > hi, > > > i was using nhibernate 1.2.1 , now i moved to 2.0.1 and i saw that > > there is no implementation for class Nhibernate.Impl.CollectionEntry > > in this version, where is it ? is it moved to other namespace? > > or what is it's equivalence ? > > > thanks. > > -- > Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
