Silverlight Application with RIA Services

Discussion in 'General troubleshooting' started by swmiguel, Jun 21, 2011.

  1. Hi, We have a Silverlight Application with RIA Services, the database is already on Winhost... I change the connectionstring on my web.config to conect to that DB, When I publish the application to my localhost, it works fine, but when I make a web deploy to Winhost, i have the next error:

    load operation failed for query 'getuser'

    I think the RIA Services is not working... How can I know RIA Services are installed???

    Anybody had similar problems???

    Thanks!!!
     
    Last edited by a moderator: Oct 14, 2015
  2. This is a generic error, its basically just saying it cant get the user data, but doesn't report why. The first thing you should do is run fiddler to see what the actual error is behind the scenes.
    http://www.fiddler2.com/fiddler2/
     

Share This Page