我正在使用 Silverlight 制作应用程序。在按钮单击的那个应用程序中,我正在调用一个 Web 服务方法(Web 服务部署在 IIS 上)。我收到错误
Message:AuthenticateUser_CheckUserAuthorizationCompleted : [Async_ExceptionOccurred]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.0.61118.00&File=System.dll&Key=Async_ExceptionOccurred
at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
at Console1.AuthenticateUser.CheckUserAuthorizationCompletedEventArgs.get_Result()
at Console1.LogIn.AuthenticateUser_CheckUserAuthorizationCompleted(Object sender, CheckUserAuthorizationCompletedEventArgs e)
AuthenticateUser_CheckUserAuthorizationCompleted
我从中调用 Web 方法的事件在哪里。我还检查了 Fiddler 工具中的错误,它显示
ErrorCode: 10060.A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.1.130:80
. 我不明白是什么问题。请帮助我。在此先感谢。