Cannot convert IAsyncResult to AsyncResult when using a service refrence
- by Scott Chamberlain
I have a WCF service running, I added a reference to the service by using Add Service Reference in the solution explorer, and I checked the box for create asynchronous operations.
My call works fine, I have a two way channel that reports back some events from the server and I am receiving the events. However, when the asynchronous task finishes in…