Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
I keep getting the error Key not found Parameter name:key
posted

Can anyone shed some light on this error?

System.ArgumentException: {"Key not found
Parameter name: key"}

Message:Key not found
Parameter name: key

 StackTrace:   at Infragistics.Shared.KeyedSubObjectsCollectionBase.GetItem(String key)
   at Infragistics.Win.UltraWinGrid.ColumnsCollection.get_Item(String key)
   at NBSControls.BondSourcesUsesBase.ugSources_InitializeLayout(Object sender, InitializeLayoutEventArgs e) in C:\Documents and Settings\mhsueh\My Documents\Visual Studio 2005\Projects\DFAST3\Controls\District\BondSourcesUsesBase.vb:line 29

Parents
  • 469350
    Offline posted

    Yes,

        Some code in your InitializeLayout event handler is trying to access an object in a collection by a key that does not exist. Probably a column.  

Reply Children