Problem:
I have used mssaop1.dll interfaces to invoke the web services method.
I have used following interfaces in my code
ISoapSerializerPtr
ISoapReaderPtr
ISoapConnectorPtr
When I try to compile with mssoap30.dll it fails. My objective is to compile
this program with any version of mssaop.dll. Is there any other work around
to
resolve above issue with minimal code change?
Thanks,
Ramesh Kr Singh
Just check ur app manifest, whether it contain any info regarding mssoap1.dll
the idea is you have to by-pass SxS.
Regards
Viv...