Silverlight and WCF: NotFound error!

前端 未结 2 1993
长情又很酷
长情又很酷 2021-01-21 03:05

I have WCF method like so:

    public string GetSomething(MyObject obj)
    {
        return \"Something\";
    }

When I call this from my silv

2条回答
  •  旧时难觅i
    2021-01-21 03:34

    I have used the WcfTestClient.exe to debug my WCF services. It gives a much more user friendly error message. If you want to set up Silverlight to receieve WCF faults, I found this page on Data Performance and Fault Strategies in Silverlight 3 to be helpful.

    (http://msdn.microsoft.com/en-us/magazine/ee294456.aspx)

提交回复
热议问题