Saturday, 15 March 2014

vb.net - How to resolve SerializationException saying XElement is not serializable -



vb.net - How to resolve SerializationException saying XElement is not serializable -

how resolve error in vb,net

system.runtime.serialization.serializationexception: type 'system.xml.linq.xelement' in assembly 'system.xml.linq, version=4.0.0.0, culture=neutral, publickey=b77a5c561934e089' not marked serializable

i create grid inherits datagridview. oone of grid's properties is:

public property rowsxmlregister list(of xelement) homecoming m_allrowsxmlregister end set(value list(of xelement)) m_allrowsxmlregister = value end set end property

when seek placing grid on form error comes up.

vb.net serialization

No comments:

Post a Comment