Author: Mudu | Posted on: 6/10/2008 2:34:37 AM | Views : 790


I have a Silverlight Application which queries a WCF service (Basic HTTP Binding). The service is hosted in the web site which hosts the silverlight content too. After migrating the application to the Beta 2 of Silverlight 2, Service calls do not work anymore. The EndInvoke-method in the service client wrapper class throws a ProtocolException:


The remote server returned an unexpected response: (404) Not Found.
Since the server does not return a 404 if I open the SVC-file in my browser and Wireshark does not event capture a single HTTP request I'm afraid there is an issue with the Silverlight application itself. Everything worked well before upgrading to Beta 2.
It does not matter whether I open the Silverlight content locally (by hosting it in a web site which runs on ASP.NET Development Web Server) or from the remote IIS on which I deploy the web site. The web service that I invoke is always hosted on the remote web server.
Any ...

Go to the complete details ...