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
Asked
Active
Viewed 520 times
2 Answers
1
You need to clean-up your event handlers once they have processed. See:

Keith Adler
- 20,880
- 28
- 119
- 189

Rajan Soni
- 11
- 2
0
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
- 549
- 3
- 10