I have a silverlight appplication in which i make a call to wcf using basichttpbinding.I have checked all the loops.The problem is that there are certain completed events which are called more than once.I start by handling the loaded event of the webservice.I am not able to find why the event is executed more than once
A:
Could it be that you are wiring up event handlers to the completed event in two separate Silverlight controls or may be twice in the same control? If it's wired up in two separate controls then even though there's only one loaded onto the screen presently, the handlers for both the controls will get activated.
Ritik Khatwani
2010-07-06 08:35:59