Hi there,
I have generated some custom XML serializers using the sgen.exe tool.
However, I can't for the life of me figure out how to get the
XmlSerializer to actually use them! It insists on generating a
temporary DLL with its own XML serializers.
Is there some kind of manual registration I have to do in order for the
custom serializers to be picked up and used by the XmlSerializer class?
I see nothing in the sgen docs about this. I was under the impression
that I just generate with sgen and deploy with my app, after which
XmlSerializer will do the rest.
Any help much appreciated,
Kent
PS. .NET 2.0, VS 2005