EDN Admin
Well-known member
An unhandled exception of type System.InvalidOperationException occurred in System.Xml.dll
<br/>
Additional information: Server.Scripts.Mobile cannot be serialized because it does not have a parameterless constructor.
<br/>
My code looks like:
XmlSerializer mySerializer =
new XmlSerializer(typeof(Mobile));
<br/>
Mobile must have parameters, how can I fix this?
View the full article
<br/>
Additional information: Server.Scripts.Mobile cannot be serialized because it does not have a parameterless constructor.
<br/>
My code looks like:
XmlSerializer mySerializer =
new XmlSerializer(typeof(Mobile));
<br/>
Mobile must have parameters, how can I fix this?
View the full article