Silverlight client never calls WCF Service

Posted by Doug Nelson on Stack Overflow See other posts from Stack Overflow or by Doug Nelson
Published on 2010-04-30T21:40:11Z Indexed on 2010/04/30 21:47 UTC
Read the original article Hit count: 489

Hi all,

This one has me completed stumped. I have developed a silverlight application that calls back to WCF services ( it's a silverlight - basicHttpBinding)

The site works perfectly fine from my development machine, but when it is deployed to the developement server. The application is delivered with the XAP just fine, but it never attempts to talk to the service. I have a service call in the bootstrapper so it should be calling this when the client starts up. The services are healthy. They can be browsed to and show the standard WCF service display. We have been through the bindings many times and everything seems to be ok. I have added an extensive amount of error handling for displaying any errors, but on this dev server, no service calls and no errors are being raised.

Fiddler shows the page being loaded up, but my client never issues a call to the service. The service is in the same folder as the default.aspx which hosts the Silverlight client.

This is a Silverlight 3.0 app.

Anybody ever seen anything similar?

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about wcfservice