I am attempting to bind a business list to the WPF Toolkit datagrid. I have exceptions when I went to edit a cell stating that such and such class was not marked as Serializable. So I added that to my list class, and my business object classes. Now I get the following exception:
Type 'Csla.PropertyInfo`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' in Assembly 'Csla, Version=4.3.14.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30' is not marked as serializable.
Anyone know why that is? If additional info is needed let me know. Thank you!
Jason
Hello Jason,
are you using any enum that is not marked as serializable ?
or a value that is not in your enum list ?
That was a Problem i'am having.
Greetings
Thilo
Copyright (c) Marimer LLC