fail to calling webservice function

Discussion in 'ASP.NET 4.0 RC Beta [Closed]' started by yuvbz, Feb 9, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi
    when I try to calling the Service on local is working fine.
    when I publish on my testing account
    http://user820.netfx4lab.discountasp.net/TestWebServiceTestPage.aspx#/Home
    I get the follwing excption
    An exception occurred during the operation, making the result invalid. Check InnerException for exception details.
    at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
    at TestWebService.ServiceReference1.DoWorkCompletedEventArgs.get_Result()
    at TestWebService.Home.ws3_DoWorkCompleted(Object sender, DoWorkCompletedEventArgs e)
    at TestWebService.ServiceReference1.Service1Client.OnDoWorkCompleted(Object state)


    I also ask at silverlight forum
    http://forums.silverlight.net/forums/p/160507/360235.aspx#360235
     
  2. Have you looked at the InnerException property of the Exception? Sometimes you have to drill way down to find the originating issue.

    Also, it sounded like this was the result of a webservice call. Have you tried hitting your service with the browser? This always helps me diagnose whether the issue is communication or server side.

    It'd be something like:
    user820.netfx4lab.discountasp.net/YourServiceName.svc

    Just fishing for more potential info.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page