G
Guest
I am trying to serialize and deserialize a Class which has a Hashtable in it and I'm getting the error:
"An unhandled exception of type 'System.InvalidOperationException' occurred in system.xml.dll - Additional information: There was an error reflecting type 'HashSerializeTest.INIData'."
at runtime when I try to instantiate the XMLSerializer object with a constructor to which I pass the Class Type.
I tried it with the class just having Public string members and it worked fine. Then I added a Public Hashtable member and I started to get this error.
Help?
"An unhandled exception of type 'System.InvalidOperationException' occurred in system.xml.dll - Additional information: There was an error reflecting type 'HashSerializeTest.INIData'."
at runtime when I try to instantiate the XMLSerializer object with a constructor to which I pass the Class Type.
I tried it with the class just having Public string members and it worked fine. Then I added a Public Hashtable member and I started to get this error.
Help?