G
Guest
I am trying to use the XmlSerializer object for the first time. The line which throws the exception at runtime is:
XmlSerializer serializer = new XmlSerializer(typeof(AxINIData));
The exception error it throws is:
"An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll - Additional information: File or assembly name fxcxl__f.dll, or one of its dependencies, was not found."
Can you tell me what this is?
Alex
XmlSerializer serializer = new XmlSerializer(typeof(AxINIData));
The exception error it throws is:
"An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll - Additional information: File or assembly name fxcxl__f.dll, or one of its dependencies, was not found."
Can you tell me what this is?
Alex