Silverlight : The remote server returned an error: NotFound [Solution]
Tuesday, August 5, 2014 Category : Silverlight, WCF 0
System.Net.WebException: The remote server returned an error: NotFound
maxReceivedMessageSize="2147483647">
<basicHttpBinding>
<binding name="ServicesBinding" maxReceivedMessageSize="2000000" maxBufferSize="2000000">
<readerQuotas maxArrayLength="2000000" maxStringContentLength="2000000"/>
</binding>
name="TekPlayground.MosaicService">
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="ServicesBinding" contract="TekPlayground.MosaicService" />
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
</service>

