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
410
UltraTrackBar - NullReferenceException in set_Value(Int32 value)
posted

I've had a customer submit a bug report where setting the value on a track bar caused a crash.  Here is the stack trace:

Normal 0 false false false EN-US X-NONE X-NONE System.NullReferenceException: Object reference not set to an instance of an object.
at Infragistics.Win.UltraWinEditors.UltraTrackBar.set_Value(Int32 value)
at MachineServiceForm.set_MachineFillPercentTrackBarValue(Int32 value) in C:\Projects\MachineServiceForm.cs:line 390
at Controllers.MachineServiceFormController.SyncServiceRulesWithView() in

 

What would cause this, the property Value is an Int32 { get; set; } , not possible to throw a null reference?

Parents Reply Children
No Data