Have you really implemented INotifyPropertyChanged in your classes or
are you using a sort of auto-add-propertychanged notification ?

--
Fabio Maulo


El 22/04/2011, a las 04:55, Michael DELVA <[email protected]> escribió:

> Hello all,
>
> When binding my entities in controls of my WPF application, an exception is 
> thrown, with this stacktrace:
>
> at 
> Emidee.NHibernate.BaseEntity.add_PropertyChanged(PropertyChangedEventHandler 
> value)
> at 
> Emidee.NHibernate.BaseEntity.[System]System.ComponentModel.INotifyPropertyChanged.add_PropertyChanged(PropertyChangedEventHandler
>  value)
> ... (a lot of Windows calls)
>
> When I get back to using Castle as ProxyFactoryFactory, I don't get these 
> exceptions any more.
>
> If needed, I can try to create a demo-app which shows the problem, and add a 
> JIRA ticket.
>
> Michael

Reply via email to