I have a Visual Studio program that connects to a web service and a VMware environment. Part of the process is to get connected and understand the XML that comes back (i.e. translate it in to custom objects) which involves compiling a proxy file (XML serializer assembly dll file).
I have tried to use this file in my Monotouch program, but for some reason, Monotouch doesn’t seemingly want to know about the XML serializer assembly. It ignores it and so I receive XML nodes back, rather than the XML being mapped back to the correct custom object via the XML serializer assembly.
How can I get Monotouch to recognize the file and use it?
Neither Mono or any Mono-powered products (like MonoTouch or MonoDroid) support XmlSerializerAssembly.