I've been trying to deserialise a SOAP message generated by a 3rd party application using the SOAPFormatter class. My application loads the assemblies that contain the requisite classes for this deserialisation but I always get this error "Parse Error, no assembly associated with Xml key _P1 ...."
Looking on Google some people are saying this error is generated when the assembly that serialised the message is different to the one that is trying to deserialise it. As the soap I'm trying to deserialise is from a non .Net application this will always be the case which means I am wasting my time dicking around trying to get it to work. Find it hard to believe that this is the case though.
Anyone got any ideas?
Looking on Google some people are saying this error is generated when the assembly that serialised the message is different to the one that is trying to deserialise it. As the soap I'm trying to deserialise is from a non .Net application this will always be the case which means I am wasting my time dicking around trying to get it to work. Find it hard to believe that this is the case though.
Anyone got any ideas?
Comment