[nhusers] Re: NHibernate.Impl.CollectionEntry in 2.0.1

2009-05-25 Thread Arman
thanks man , you saved me ;-) On May 21, 3:01 pm, Fabio Maulo wrote: > Do you mean ? > Download the source pck. > Decompress zip > F3 > CollectionEntry > Click on Find > Found in NHibernate\Engine > > 2009/5/21 Arman > > > > > > > you know , when we serialize an object that have collections, b

[nhusers] Re: NHibernate.Impl.CollectionEntry in 2.0.1

2009-05-21 Thread Fabio Maulo
Do you mean ? Download the source pck. Decompress zip F3 CollectionEntry Click on Find Found in NHibernate\Engine 2009/5/21 Arman > > you know , when we serialize an object that have collections, because > the collections is from NHibernate types (bag, list , set , ) , > for deserializing

[nhusers] Re: NHibernate.Impl.CollectionEntry in 2.0.1

2009-05-21 Thread Arman
you know , when we serialize an object that have collections, because the collections is from NHibernate types (bag, list , set , ) , for deserializing them , .Net framework need the nHibernate assembly to be refrenced otherwise it throw an exception says that it need's that assembly to deser

[nhusers] Re: NHibernate.Impl.CollectionEntry in 2.0.1

2009-05-20 Thread Fabio Maulo
I don't understand... your serializer need Nhibernate.Impl.CollectionEntry ?Collections in NH2.0.1 are serializable (that is slow but it work) http://nhjira.koah.net/browse/NH-1323 2009/5/20 Arman > > it is a large enterprise project, it used NHibernate 1.2.1, > now i want to upgrade it to nhibe

[nhusers] Re: NHibernate.Impl.CollectionEntry in 2.0.1

2009-05-20 Thread Arman
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

[nhusers] Re: NHibernate.Impl.CollectionEntry in 2.0.1

2009-04-27 Thread Fabio Maulo
What you are doing ? 2009/4/27 Arman > > 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.