Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
More on Index error - Trace from the error
Message
De
13/04/2006 16:46:58
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, Californie, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01113545
Message ID:
01113606
Vues:
15
Hello Gary,

I don't think this has anything to do with the SQL parameter you mentioned in message #1113537. If you look at the call stack you posted, you'll see about 3/4 of the way up that it heads into binding code for what looks like is an infragistics combo box.... sound familiar? I would check the properties for the combo box bindings and also make sure that the values in your dataset are valid for the combo.

Hope that helps,
---J

>at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)
> at System.Windows.Forms.Binding.SetPropValue(Object value)
> at System.Windows.Forms.Binding.PushData(Boolean force)
> at System.Windows.Forms.Binding.UpdateIsBinding()
> at System.Windows.Forms.Binding.CheckBinding()
> at System.Windows.Forms.Binding.SetListManager(BindingManagerBase bindingManagerBase)
> at System.Windows.Forms.ListManagerBindingsCollection.AddCore(Binding dataBinding)
> at System.Windows.Forms.BindingsCollection.Add(Binding binding)
> at System.Windows.Forms.BindingContext.UpdateBinding(BindingContext newBindingContext, Binding binding)
> at System.Windows.Forms.Binding.SetBindableComponent(IBindableComponent value)
> at System.Windows.Forms.ControlBindingsCollection.AddCore(Binding dataBinding)
> at System.Windows.Forms.ControlBindingsCollection.Add(String propertyName, Object dataSource, String dataMember, Boolean formattingEnabled, DataSourceUpdateMode updateMode, Object nullValue, String formatString, IFormatProvider formatInfo)
> at System.Windows.Forms.ControlBindingsCollection.Add(String propertyName, Object dataSource, String dataMember)
> at OakLeaf.MM.Main.Windows.Forms.mmBindingStrategyList.BindValueData(ImmBindingList listControl, DataSet ds, String tableName, mmBusinessObject bizObj)
> at OakLeaf.MM.Main.Windows.Forms.mmBindingStrategyList.BindData(ImmBindingList mmControl, mmBusinessObject bizObj, mmBusinessStateChangeEventArgs e)
> at OakLeaf.MM.Main.Windows.Forms.mmBindingStrategyList.BindData(ImmBindingList mmControl, mmBaseBusinessObject bizObj, mmBusinessStateChangeEventArgs e)
> at OakLeaf.MM.Main.Windows.Forms.Infragistics.mmUltraCombo.OnBindData(mmBaseBusinessObject bindingSource, mmBusinessStateChangeEventArgs e) in C:\Program Files\Mere Mortals .NET Framework 2005\Third Party Components\Infragistics Windows Controls\Infragistics Windows Controls\mmUltraCombo.cs:line 306
> at OakLeaf.MM.Main.Windows.Forms.mmUIHelper.StateChangeHandlerList(Control control, mmBaseBusinessObject bizObj, mmBusinessStateChangeEventArgs e)
> at OakLeaf.MM.Main.Windows.Forms.Infragistics.mmUltraCombo.StateChangeHandler(mmBaseBusinessObject bizObj, mmBusinessStateChangeEventArgs e) in C:\Program Files\Mere Mortals .NET Framework 2005\Third Party Components\Infragistics Windows Controls\Infragistics Windows Controls\mmUltraCombo.cs:line 339
> at OakLeaf.MM.Main.Business.mmBusinessStateChangeDelegate.Invoke(mmBaseBusinessObject bizObj, mmBusinessStateChangeEventArgs e)
> at OakLeaf.MM.Main.Business.mmBusinessObject.OnStateChange(mmBusinessState bizState, String tableName, Object primaryKeyValue, Object[] primaryKeyValues)
> at OakLeaf.MM.Main.Business.mmBusinessObject.CallStateChange(mmBusinessState bizState, String tableName, DataRow dr)
> at OakLeaf.MM.Main.Business.mmBusinessObject.CallStateChange(mmBusinessState bizState, String tableName)
> at OakLeaf.MM.Main.Business.mmBusinessObject.FillDataSet(DataSet ds, String command, String tableName, String databaseKey, CommandType cmdType, IDbDataParameter[] dataParams)
> at OakLeaf.MM.Main.Business.mmBusinessObject.GetDataSet(String command, String tableName, String databaseKey, CommandType cmdType, IDbDataParameter[] dataParams)
> at OakLeaf.MM.Main.Business.mmBusinessObject.GetDataSet(String command, String tableName, String databaseKey, IDbDataParameter[] dataParams)
> at OakLeaf.MM.Main.Business.mmBusinessObject.GetDataSet(String command, String tableName, IDbDataParameter[] dataParams)
> at OakLeaf.MM.Main.Business.mmBusinessObject.LoadRow(Object pk)
> at DT.Billing.frmFreightBill.upcFreightBillLookUp_Closed(Object sender, EventArgs e) in C:\Documents and Settings\ggoodwin\My Documents\Dev\Billing\Billing\frmFreightBill.cs:line 521
> at Infragistics.Win.Misc.UltraPopupControlContainer.OnClosed(EventArgs e)
> at Infragistics.Win.Misc.UltraPopupControlContainer.OnDropDownManagerCloseUp(Object sender, EventArgs e)
> at Infragistics.Win.DropDownManager.Close()
> at Infragistics.Win.DropDownManager.InternalCloseDropDown(Control owner)
> at Infragistics.Win.DropDownManager.CloseDropDown(Control owner)
> at Infragistics.Win.Misc.UltraPopupControlContainer.Close()
> at MM.FreightBillSelect.mmugFreightBill_DoubleClickCell(Object sender, DoubleClickCellEventArgs e) in C:\Documents and Settings\ggoodwin\My Documents\Dev\Billing\Billing\FreightBillSelect.cs:line 108
> at Infragistics.Win.UltraWinGrid.UltraGrid.OnDoubleClickCell(DoubleClickCellEventArgs e)
> at Infragistics.Win.UltraWinGrid.UltraGrid.FireEvent(GridEventIds id, EventArgs e)
> at Infragistics.Win.UltraWinGrid.GridCellEmbeddableEditorOwnerInfoBase.OnEditorDoubleClick(EmbeddableUIElementBase embeddableElem, EmbeddableClickEventArgs e)
> at Infragistics.Win.EditorWithText.Infragistics.Win.IEmbeddableTextBoxListener.OnDoubleClick()
> at Infragistics.Win.EmbeddableTextBox.OnDoubleClick(EventArgs e)
> at System.Windows.Forms.TextBoxBase.OnMouseUp(MouseEventArgs mevent)
> at Infragistics.Win.EmbeddableTextBox.OnMouseUp(MouseEventArgs e)
> at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
> at System.Windows.Forms.Control.WndProc(Message& m)
> at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
> at System.Windows.Forms.TextBox.WndProc(Message& m)
> at Infragistics.Win.EmbeddableTextBoxWithUIPermissions.WndProc(Message& m)
> at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
> at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
> at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
> at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
> at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
> at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
> at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
> at System.Windows.Forms.Application.Run(Form mainForm)
> at DT.Billing.Main.AppMainEntry.Main() in C:\Documents and Settings\ggoodwin\My Documents\Dev\Billing\Billing\Main.cs:line 45
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform