Hi,

I've just begun coding my webservice classes and when I created an object in my client, I noticed I could not access that class' events. How can I track and display remote events?

Vb.net won't let me add a Webmethod attribute to an event like this:<WebMethod()>Public Event SomeError(ByVal a As String)..
so what does one do? Surely there must be a mechanism in place to let the web service communicate with the clients?

TIA,
Prashanth