Hi all,
i'm using a web service written with PHP, and I would like to use it with my Silverlight application.
I'm adding it with the "add service reference" and VS generates me a class. But this class has a compilation error :
error CS0117: 'System.ServiceModel.XmlSerializerFormatAttribute' does not contain a definition for 'Use'
How can I do to resolve this ? Is this a known bug ?
Thanks in advance for any help
...
Go to the complete details ...