<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET Controls for Silverlight</title><link>http://forums.asp.net/1154.aspx</link><description>Discussions about how to support Silverlight within using the ASP.NET Controls for Silverlight.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: The given key was not present in the dictionary.</title><link>http://forums.asp.net/thread/3353608.aspx</link><pubDate>Tue, 18 Aug 2009 10:32:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3353608</guid><dc:creator>ajay01</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3353608.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1154&amp;PostID=3353608</wfw:commentRss><description>&lt;p&gt;if you check your app.config file then you will found &amp;quot; &amp;lt;endpoint address=&amp;quot;&amp;quot; binding=&amp;quot;wsHttpBinding&amp;quot; contract=&amp;quot;.....&amp;quot;&amp;nbsp; this line now you can change the binding=&amp;quot;&lt;b&gt;basicHttpBinding&lt;/b&gt;&amp;quot; instead of binding=&amp;quot;&lt;b&gt;wsHttpBinding&lt;/b&gt;&amp;quot; ... &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;then you take service reference now &lt;b&gt;ServiceReferences.ClientConfig&lt;/b&gt; file will contains endpoint.&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;</description></item><item><title>Re: The given key was not present in the dictionary.</title><link>http://forums.asp.net/thread/3270988.aspx</link><pubDate>Thu, 02 Jul 2009 10:25:42 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3270988</guid><dc:creator>Meetu Choudhary</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3270988.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1154&amp;PostID=3270988</wfw:commentRss><description>&lt;p&gt;Check this &lt;a target="_self" href="http://blogs.msdn.com/jamlew/archive/2009/03/18/silverlight-3-tools-issue-new-wcf-template-is-broken-by-silverlight-2-sdk.aspx"&gt;link&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;it will solve your problem&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: The given key was not present in the dictionary.</title><link>http://forums.asp.net/thread/3269917.aspx</link><pubDate>Wed, 01 Jul 2009 22:41:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3269917</guid><dc:creator>akshaysilverlight</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3269917.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1154&amp;PostID=3269917</wfw:commentRss><description>&lt;p&gt;I also facing the same problem. I have added a WCF service in my code and calling the webservice throgh following code in xaml &lt;/p&gt;&lt;p&gt;CoreServicesClient svcCore = new CoreServicesClient();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; svcCore.GetDataCompleted += new EventHandler&amp;lt;GetDataCompletedEventArgs&amp;gt;(svcCore_GetDataCompleted);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; svcCore.GetDataAsync(5);&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Getdata() is the default function which comes with Create WCF Service web site template. I just made changes in the name from &amp;quot;Service&amp;quot; to &amp;quot;CoreServices&amp;quot;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If anyone has a solution then let me know . &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: The given key was not present in the dictionary.</title><link>http://forums.asp.net/thread/3269057.aspx</link><pubDate>Wed, 01 Jul 2009 13:40:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3269057</guid><dc:creator>papabear</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3269057.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1154&amp;PostID=3269057</wfw:commentRss><description>&lt;p&gt;What is the code that throws this error. It seems pretty straight forward, you are trying to use a key to snag a value and since the key does not exist, it is letting you know...&lt;/p&gt;&lt;p&gt;Ex object myObj = myCollection[myKey] throws the exception when myKey does not exist within myCollection...&lt;/p&gt;&lt;p&gt;;)&lt;br /&gt;&lt;/p&gt;</description></item><item><title>The given key was not present in the dictionary.</title><link>http://forums.asp.net/thread/3268860.aspx</link><pubDate>Wed, 01 Jul 2009 12:27:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3268860</guid><dc:creator>Prateek1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3268860.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1154&amp;PostID=3268860</wfw:commentRss><description>&lt;p&gt; The given key was not present in the dictionary.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;actualll i want to add webservice to my XAML page then that error occur ..&lt;/p&gt;&lt;p&gt;exception snap shot :&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;{System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.&lt;br /&gt;   at System.ThrowHelper.ThrowKeyNotFoundException()&lt;br /&gt;   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)&lt;br /&gt;   at System.ServiceModel.Configuration.ServiceModelSectionGroup.get_Client()&lt;br /&gt;   at System.ServiceModel.Description.ConfigLoader.LookupChannel(String configurationName, String contractName, Boolean wildcard)&lt;br /&gt;   at System.ServiceModel.Description.ConfigLoader.LoadChannelBehaviors(ServiceEndpoint serviceEndpoint, String configurationName)&lt;br /&gt;   at System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName)&lt;br /&gt;   at System.ServiceModel.ChannelFactory.InitializeEndpoint(String configurationName, EndpointAddress address)&lt;br /&gt;   at System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName, EndpointAddress remoteAddress)&lt;br /&gt;   at System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName)&lt;br /&gt;   at System.ServiceModel.EndpointTrait`1.CreateSimplexFactory()&lt;br /&gt;   at System.ServiceModel.EndpointTrait`1.CreateChannelFactory()&lt;br /&gt;   at System.ServiceModel.ClientBase`1.CreateChannelFactoryRef(EndpointTrait`1 endpointTrait)&lt;br /&gt;   at System.ServiceModel.ClientBase`1.InitializeChannelFactoryRef()&lt;br /&gt;   at System.ServiceModel.ClientBase`1..ctor()&lt;br /&gt;   at PLO.ClientWCF.ClientWCFClient..ctor()&lt;br /&gt;   at PLO.ClientMaster..ctor()&lt;br /&gt;   at PLO.Login.clientImage_MouseLeftButtonDown(Object sender, MouseEventArgs e)&lt;br /&gt;   at System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)&lt;br /&gt;   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)}&lt;br /&gt;&lt;br /&gt; what to do...&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thanx in advance &lt;/p&gt;</description></item></channel></rss>