Load Operation failed for query 'Login'. The remote server returned an error: NotFound
问题 I'm working with Siverlight 5.0, RIA Services and Entity framework in my project. When I deploy the application using VS, the application runs fine. However, when I use a web deployment project to publish the application, the first call to a RIA services service on the same system fails. An error similar to this is produced: Load Operation failed for query 'Login'. The remote server returned an error: NotFound I guess, the last message is not enough to get the concrete error. Suggest me what