A
Anthony Sox
hi all,
i have a client application that calls a server component to get a
list/collection/array of objects that implement INotifyPropertyChanged
interface. when i make changes to the object and try to udate the server i
get the following error message
Type 'System.ComponentModel.ReflectPropertyDescriptor' in Assembly 'System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not
marked as serializable.
if i comment out AddHandler routine of my custom PropertyChanged event it
works fine but my UI nolonger gets notification. if i search for
ReflectPropertyDescriptor using my object browser i do not find it.
can someone help i am going nuts.
i have a client application that calls a server component to get a
list/collection/array of objects that implement INotifyPropertyChanged
interface. when i make changes to the object and try to udate the server i
get the following error message
Type 'System.ComponentModel.ReflectPropertyDescriptor' in Assembly 'System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not
marked as serializable.
if i comment out AddHandler routine of my custom PropertyChanged event it
works fine but my UI nolonger gets notification. if i search for
ReflectPropertyDescriptor using my object browser i do not find it.
can someone help i am going nuts.