I have a OOB Silverlight application with RIA services. It some times gives the following error message:
“Load operation failed for query 'Login'. The remote server returned an error:NotFound.”
If I delete ‘bin’ folders from both silverlight and web projects, and ‘Build’ the project again then it works fine. But after building a few times further the problem reappear. I could not find the reason.
Before going into production I would very much like to overcome this unpredictable behavior.
This is the only issue which is holding me back to going to production.
Any help please.