<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>giveaquiz Discussions Rss Feed</title><link>http://giveaquiz.codeplex.com/Thread/List.aspx</link><description>giveaquiz Discussions Rss Description</description><item><title>New Post: The given key was not present in the dictionary</title><link>http://giveaquiz.codeplex.com/Thread/View.aspx?ThreadId=215243</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I managed to get this working with this code snippet:&lt;/p&gt;
&lt;div style="color:black;background-color:white"&gt;
&lt;pre&gt; &lt;span style="color:blue"&gt;public&lt;/span&gt; IEnumerable GetErrors(&lt;span style="color:blue"&gt;string&lt;/span&gt; propertyName)
    {
        &lt;span style="color:blue"&gt;if&lt;/span&gt;(_errors.ContainsKey(propertyName))
        {
            &lt;span style="color:blue"&gt;return&lt;/span&gt; _errors[propertyName];
        }
        &lt;span style="color:blue"&gt;return&lt;/span&gt; &lt;span style="color:blue"&gt;null&lt;/span&gt;;
    }
&lt;/pre&gt;
&lt;pre&gt;It seems to work for me for now...&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description><author>juliusbichage</author><pubDate>Mon, 09 Aug 2010 15:11:38 GMT</pubDate><guid isPermaLink="false">New Post: The given key was not present in the dictionary 20100809031138P</guid></item><item><title>New Post: The given key was not present in the dictionary</title><link>http://giveaquiz.codeplex.com/Thread/View.aspx?ThreadId=215243</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Runing the code and am hitting an error in QuestionType.cs when I create a new quiz&lt;/p&gt;
&lt;p&gt;The given key was not present in the dictionary.&lt;/p&gt;
&lt;div style="color:black;background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;public&lt;/span&gt; IEnumerable GetErrors(&lt;span style="color:blue"&gt;string&lt;/span&gt; propertyName)
    {
      &lt;span style="color:blue"&gt;return&lt;/span&gt; _errors[propertyName];
    }
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;The property is DisplayName.&lt;/p&gt;
&lt;p&gt;What could cause this?&lt;/p&gt;&lt;/div&gt;</description><author>DavidOBrien</author><pubDate>Mon, 07 Jun 2010 21:10:46 GMT</pubDate><guid isPermaLink="false">New Post: The given key was not present in the dictionary 20100607091046P</guid></item></channel></rss>