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
