Serialization Exception

Serialization Exception

Old forum URL: forums.lhotka.net/forums/t/12194.aspx


pearljam posted on Wednesday, October 23, 2013

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

tsvideo replied on Wednesday, October 23, 2013

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