Post date: Oct 9, 2010 10:53:54 AM
In the constructor of your silverlight app add:
WebRequest.RegisterPrefix("http://", WebRequestCreator.ClientHttp);
And dont forget to enable debugging in the wcf service.