﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » The given key was not present in the dictionary error</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 15 Apr 2026 15:33:41 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26853.aspx</link><description>Ok great. I'll download and give that a try.&lt;/P&gt;&lt;P&gt;Thanks!</description><pubDate>Thu, 15 Apr 2010 08:28:46 GMT</pubDate><dc:creator>abenge</dc:creator></item><item><title>The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost23264.aspx</link><description>Hi,&lt;br&gt;
&lt;br&gt;
I am working with a DataGridView in a child form, if I cancel the childform with the follwing code:&lt;br&gt;
&lt;br&gt;
[codesnippet]DialogResult = Windows.Forms.DialogResult.Cancel[/codesnippet]&lt;br&gt;
&lt;br&gt;
Then I get the following exception:&lt;br&gt;
&lt;br&gt;
[codesnippet]&lt;br&gt;
KeyNotFoundException&lt;br&gt;
  The given key was not present in the dictionary.&lt;br&gt;
&lt;br&gt;
Source     : mscorlib&lt;br&gt;
&lt;br&gt;
Stack Trace: &lt;br&gt;
   at System.ThrowHelper.ThrowKeyNotFoundException()&lt;br&gt;
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)&lt;br&gt;
   at MicroFour.StrataFrame.Business.BusinessLayer.get__CurrentDataTable(Boolean IsSharedTable)&lt;br&gt;
   at MicroFour.StrataFrame.Business.BusinessBindingSource.RemoveBOHandlers()&lt;br&gt;
   at MicroFour.StrataFrame.Business.BusinessBindingSource.Dispose(Boolean disposing)&lt;br&gt;
   at System.ComponentModel.Component.Dispose()&lt;br&gt;
   at System.ComponentModel.Container.Dispose(Boolean disposing)&lt;br&gt;
   at System.ComponentModel.Container.Dispose()&lt;br&gt;
   at CardTrackingSystem.frmActivateCardsItems.Dispose(Boolean disposing) in E:\Visual Studio 2008 Projects\StrataFrame\Card Tracking System Projects\CardTrackingSystem.NET\CTS Solution\Card Tracking System\Dialogs\Transaction Forms\Activate Cards\frmActivateCardsItems.Designer.vb:line 10&lt;br&gt;
   at System.Windows.Forms.Form.Close()&lt;br&gt;
   at MicroFour.StrataFrame.UI.Windows.Forms.ChildFormDialog.ShowDialog(Object[] Arguments)&lt;br&gt;
   at MicroFour.StrataFrame.UI.Windows.Forms.ChildFormDialog.ShowDialog()&lt;br&gt;
   at CardTrackingSystem.frmActivateCards.cmdAddCards_Click(Object sender, EventArgs e) in E:\Visual Studio 2008 Projects\StrataFrame\Card Tracking System Projects\CardTrackingSystem.NET\CTS Solution\Card Tracking System\Dialogs\Transaction Forms\Activate Cards\frmActivateCards.vb:line 800&lt;br&gt;
   at System.EventHandler.Invoke(Object sender, EventArgs e)&lt;br&gt;
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)&lt;br&gt;
   at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)&lt;br&gt;
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)&lt;br&gt;
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)&lt;br&gt;
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)&lt;br&gt;
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)&lt;br&gt;
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)&lt;br&gt;
   at System.Windows.Forms.Control.WmMouseUp(Message&amp; m, MouseButtons button, Int32 clicks)&lt;br&gt;
   at System.Windows.Forms.Control.WndProc(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.ToolStrip.WndProc(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp; m)&lt;br&gt;
   at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br&gt;
&lt;br&gt;
[/codesnippet]&lt;br&gt;
&lt;br&gt;
The DataGridView is being populated with a BBS and the error only happens if the grid has some data.  I don't know what "Key" it may be looking for?  Also I would like to note that the BO assigned to the BBS has come Custom Field Properties which are not used in the DataGridView.</description><pubDate>Thu, 15 Apr 2010 08:28:46 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26842.aspx</link><description>This should be resolved in 1.7.0.7. It is available in your my account area under the Application Framework - Beta section.&lt;/P&gt;&lt;P&gt;If you load that build and still experience the issue, then please let us know and we will work through it.&lt;/P&gt;&lt;P&gt;Thanks!</description><pubDate>Wed, 14 Apr 2010 16:43:10 GMT</pubDate><dc:creator>Dustin Taylor</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26839.aspx</link><description>I'm seeing this same error running SF 1.7.0.6 and DevExpress 9.3.3. When I add a DevEx GridView to my web application and bind to SF WBBS on page load the key error is thrown..I replace my DevEx GridView with a standard gridview and no problems..Any thoughts?</description><pubDate>Wed, 14 Apr 2010 14:23:15 GMT</pubDate><dc:creator>abenge</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26518.aspx</link><description>Glad to hear it! :)</description><pubDate>Wed, 17 Mar 2010 08:29:57 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26511.aspx</link><description>Thank you. It solved the problem.</description><pubDate>Tue, 16 Mar 2010 12:10:55 GMT</pubDate><dc:creator>Hugo R. Figueroa</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26487.aspx</link><description>Thank you.</description><pubDate>Mon, 15 Mar 2010 12:28:27 GMT</pubDate><dc:creator>Hugo R. Figueroa</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26446.aspx</link><description>Hugo,&lt;br&gt;
&lt;br&gt;
I have sent you a PM with a temporary download.</description><pubDate>Fri, 12 Mar 2010 09:13:38 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26416.aspx</link><description>This is in a Web Application (Devexpress web Grids and web controls)</description><pubDate>Thu, 11 Mar 2010 10:00:04 GMT</pubDate><dc:creator>Hugo R. Figueroa</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26411.aspx</link><description>I have updated to 1706 (I didn't knew about this thread) and now I am having the same problem as Chan ( I use DevExpress grids and controls).&lt;br&gt;
&lt;br&gt;
I am stuck now.&lt;br&gt;
&lt;br&gt;</description><pubDate>Wed, 10 Mar 2010 18:10:10 GMT</pubDate><dc:creator>Hugo R. Figueroa</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26404.aspx</link><description>This is on my radar and I am looking into this.  Sorry for the delay.</description><pubDate>Wed, 10 Mar 2010 08:57:12 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26362.aspx</link><description>Hi,&lt;br&gt;
I have tested and found new issues.&lt;br&gt;
&lt;br&gt;
[u]Testing project[/u]&lt;br&gt;
&lt;br&gt;
Problems:&lt;br&gt;
1. Takes long time to load when press refresh button or F5&lt;br&gt;
2. The grid view keeps on loading with no end when u clicks any page number of the grid or enters any words in filter row&lt;br&gt;
&lt;br&gt;
Beside, for any BO's that using GUID will hit the error as attached&lt;br&gt;
&lt;br&gt;
Please advice ASAP.&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Tue, 09 Mar 2010 00:54:17 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26355.aspx</link><description>Sounds good, Chan.&amp;nbsp; Thanks. :)</description><pubDate>Mon, 08 Mar 2010 20:47:43 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26354.aspx</link><description>Hi,&lt;br&gt;
Thank you. I am downloading, will inform you once testing done.&lt;br&gt;
May be you should inform DevExpress about this as well.&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Mon, 08 Mar 2010 19:24:23 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26324.aspx</link><description>Wow...this is an ironic twist of fate.  A while back we made a number of changes to make sure that memory was cleaned up as DevExpress Winform grids would not dispose the enumerator, thus causing a major memory leak.  So we added logic to force the grid to clean up after itself and dispose of the internal enumerator objects.  This has been largely tested.  However, DevExpress didn't follow the same logic on their web grid, thus causing the objects to dispose prematurely. &lt;br&gt;
&lt;br&gt;
So we had to alter the way that the WBBS works versus the standard BBS.  Ultimately it was a very small change and will not affect any users not using the DevExpress web grid.  Just FYI, Infragistcs, Telerik, and the standard GridView all worked.  DevExpress is the only one that failed.&lt;br&gt;
&lt;br&gt;
So this issue has been resolved and I will put up a temporary build for you here in a bit so you can move forward.</description><pubDate>Mon, 08 Mar 2010 09:12:18 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26317.aspx</link><description>Attached sample project.</description><pubDate>Sat, 06 Mar 2010 02:10:50 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26316.aspx</link><description>Additionally, I am using DevExpress 9.1.4</description><pubDate>Sat, 06 Mar 2010 01:58:12 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost26315.aspx</link><description>Hi&lt;br&gt;
I just tried to upgrade my SF 1.6.6.9 to 1.7.0.6. Very unfortunately, I hit the same error as this thread. I have downloaded latest SF source code and the changes is there. I recompile the code and use the compiled dll instead of the one from installer, but same result.&lt;br&gt;
&lt;br&gt;
Anything to check?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Sat, 06 Mar 2010 01:53:22 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost24216.aspx</link><description>Ross,&lt;br&gt;
&lt;br&gt;
I am assuming that you are using DevExpress grids or something along those lines.  Yes, please download the 1.7.0.1 build as we made a change to prevent any 3rd party control that references the IBindingList interface during or after disposal.</description><pubDate>Mon, 17 Aug 2009 08:01:15 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost24215.aspx</link><description>[quote][b]Ross L. Rooker, Sr. (08/16/2009)[/b][hr]Is there a quick fix for this? or do I need to download 1.7.0.1?[/quote]&lt;br&gt;
&lt;br&gt;
Hi Ross,&lt;br&gt;
&lt;br&gt;
I would try 1.7.0.1 first.</description><pubDate>Mon, 17 Aug 2009 06:06:40 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost24214.aspx</link><description>Trent, I am also getting this same error on a form that has worked until the upgrade to 1.7.0. There are no third party controls on this form. Just StrataFrame and Grids. One of them has a BBS. Is there a quick fix for this? or do I need to download 1.7.0.1?&lt;/P&gt;&lt;P&gt;The error:&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Source&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : mscorlib&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Stack Trace: &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.ThrowHelper.ThrowKeyNotFoundException()&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.Collections.Generic.Dictionary`2.get_Item(TKey key)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Business.BusinessLayer.get__CurrentDataTable(Boolean IsSharedTable)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Business.BusinessBindingSource.RemoveBOHandlers()&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Business.BusinessBindingSource.Dispose(Boolean disposing)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.ComponentModel.Component.Dispose()&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.ComponentModel.Container.Dispose(Boolean disposing)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.ComponentModel.Container.Dispose()&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at TrustedVALET.forms.order.frmOrder.Dispose(Boolean disposing) in C:\TrustedVALET\TrustedVALET\forms\order\frmOrder.Designer.cs:line 12&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Form.WmClose(Message&amp;amp; m)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Form.WndProc(Message&amp;amp; m)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp;amp; m)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp;amp; m)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;The error is not very helpful as you can see the 2&lt;SUP&gt;nd&lt;/SUP&gt; line in the stack trace is:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&amp;nbsp; at System.Collections.Generic.&lt;SPAN style="BACKGROUND: yellow; mso-highlight: yellow"&gt;Dictionary`2.get_Item(TKey key&lt;/SPAN&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 0pt" class=MsoNormal&gt;&lt;SPAN style="COLOR: #1f497d"&gt;&lt;o:p&gt;&lt;FONT size=3 face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;</description><pubDate>Sun, 16 Aug 2009 17:44:20 GMT</pubDate><dc:creator>Ross L. Rooker, Sr.</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost24171.aspx</link><description>Sorry for the delayed responses.  We have not been in the office the last several days for personal reasons.&lt;br&gt;
&lt;br&gt;
At any rate, I am doing a new build - 1.7.0.1.  This will include these changes for you.  I will post it in the My Account area as soon as it is ready.</description><pubDate>Thu, 13 Aug 2009 08:38:34 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost24166.aspx</link><description>Hi SF,&lt;/P&gt;&lt;P&gt;What is the status to my last post?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff</description><pubDate>Wed, 12 Aug 2009 20:42:15 GMT</pubDate><dc:creator>Jeff Pagley</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost24163.aspx</link><description>Hi SF Team,&lt;/P&gt;&lt;P&gt;I&amp;nbsp;understand&amp;nbsp;where to make the change but I am running VS 2005 and the Microfour Strataframe.sln is not loading.&amp;nbsp;&amp;nbsp; I have loaded the Microfour Strataframe Inherited IU project and updated the DevExpress references to v9.1.5&amp;nbsp;and created the new DLL successfully. &amp;nbsp;I tried loading the Microfour Strataframe Business project, but I get over 100 errors.&amp;nbsp; I am not sure what to do now.&amp;nbsp; What are the steps I need to take to implement this fix or will you post a new dll with this fix?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jeff</description><pubDate>Tue, 11 Aug 2009 12:44:14 GMT</pubDate><dc:creator>Jeff Pagley</dc:creator></item><item><title>RE: The given key was not present in the dictionary error</title><link>http://forum.strataframe.net/FindPost24062.aspx</link><description>Hi Trent,&lt;br&gt;
&lt;br&gt;
I am happy to say that I made the changes posted before to the BusinessBindingSource, RemoveBOHandlers() and that fix the error or as you would say "Smoke it!!!!".&lt;br&gt;
&lt;br&gt;
WARNING.... I just tested it once :hehe:</description><pubDate>Mon, 03 Aug 2009 09:05:47 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>