WCF Service called twice..
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, I have strange problem. I have used WCF services in my Silverlight applications. Sometimes, WCF service called twice. I have set following properties for the BasicHttpBinding. -- binding.MaxBufferSize = Int32.MaxValue; -- binding.MaxReceivedMessageSize = Int32.MaxValue; For overcoming such type of situations, I have unregistered the WCF method call and its working fine. Is it proper solutions for that? It would be gr8 if anyone can explain me, why such type of issue happens.