I am developing an application with Silverlight 3 and ASP.NET Web Services that uses Linq to SQL to retrieve data from my SQL Server database.
In random order, when a user calls an action to retrieve information from any of my web service methods, Silverlight throws an exception "Remote server returned an error: NotFound.", Type "CommunicationException", with an InnerException state of "System.Net.WebExceptionStatus.UnknownError" .
Almost 10% of requests receive this error. If the user again tries to get the same information, the request usually has no errors, and the user receives the data.
When debugging in Visual Studio, only Silverlight stops with an exception, and I see no reason for the web service not to be found.
source
share