Tag Archives: .NET

Multiple Async calls to a web service

I’m currently working on a project that requires making several concurrent asynchronous calls to a web service.  Now, the service work fine synchrounously, but change the pattern slightly and I was getting the following error. “There was an error during … Continue reading

Posted in microsoft, windows | Tagged , , , | Leave a comment