Hi,
I'm a Silverlight Guy working in a production support based project. We got a critical issue in production box from a WCF service due to concurrency. i.e., more than 100 users hitting the same service simultaneously. It was occuring in rare cases, but we need to resolve it since it was firing from production part. Issue has been mentioned below.
Remote Server Error : Argument Not Found
We need to replicate this issue in local box. We are calling this service asynchronously from a silverlight application. So we need to write a Unit test for this asynchronous service and load testing to test the performance of it. We are using MOQ framework in our SL solution as well. If i get any samples of writing unit test case and load testing for calling async service then it would be more helpful to resolve this issue. Any help will be appreciated.
Thanks
Chendhil