asp.net - The webservice handler is never called I have no compilation error no security exception -
I have a simple Hello web site that is hosted on local lighting, such as the Silverlight app and this code without error Executed (I've checked that the mainpage debug has been fully implemented) but the hellocompled is never called.
Public Menopause () {InitializeComponent (); WebserviceHello.HelloSoapClientHello = New WebserviceHello.HelloSoapClient (); Hello = envoyel = new event holler & lt; WebserviceHello.getHello Full EventArgs & gt; (Hello Completed); } Public Zero Halo Compiled (Object Sender, WebserviceHello.getHelloCompletedEventArgs e) {Message Box.Show ("Success"); } So what is happening now? Is Silverlight Incredible or Did I Make a Mistake?
Certainly the webservice works, I can call it on the webservice test page, and I have said it with vanofha.
The second line of the main page instructs the webservice, the third line binds an eventholder, but you Do not call any function from your webservice.
Comments
Post a Comment