Sandeep Shekhawat

Sandeep Shekhawat

  • NA
  • 855
  • 902.8k

The given key was not present in the dictionary.

Jun 7 2011 6:50 AM
When i am using WCF with Silverlight then this exception "

 The given key was not present in the dictionary.

"  comes why?

Here code of user contro load where exception comes:

 private void UserControl_Loaded(object sender, RoutedEventArgs e)
        {
            ServiceReference1.Service1Client client = new MySilverlightApp.ServiceReference1.Service1Client();

i am using Silverlight 3 SDK and Visual Studio 2008

Answers (2)