i have a service : http://chronicpainhostservice2.cloudapp.net/Service1.svc i consume it in silverlight 5.0 application. and it all worked fine. However, when i adding this service to the project using "add service reference" it ALWAYS generating xmlserializer
One more thing - when i try to add it to simple windows application it is generating DataContractSerializer , so the problem is not in the server.
How can i force silverlight to generate DataContractSerializer ? Thanks!