iX 2.0
Target: PC
When trying to add a curve to the trend object, when I try to select a tag for the curve I receive an unhandled exception.
How can I get around this issue?
Error Message:
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at DevExpress.XtraEditors.TextBoxMaskBox.CreateAccessibilityInstance()
at System.Windows.Forms.Control.get_AccessibilityObject()
at System.Windows.Forms.Control.GetAccessibilityObject(Int32 accObjId)
at System.Windows.Forms.Control.WmGetObject(Message& m)
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 DevExpress.XtraEditors.Mask.MaskBox.BaseWndProc(Message& m)
at DevExpress.XtraEditors.Mask.MaskBox.MaskStrategy.SimpleStrategy.DoWndProc(Message& m)
at DevExpress.XtraEditors.Mask.MaskBox.WndProc(Message& m)
at DevExpress.XtraEditors.TextBoxMaskBox.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Problem adding curves to trend
-
- Posts: 824
- Joined: Tue Mar 13, 2012 9:53 am
Re: Problem adding curves to trend
When you Rebuild your project, do you get any errors in the Error List? Is your project stored on a network drive?
Best Regards,
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Mark Monroe
Beijer Electronics, Inc. | Applications Engineer
Re: Problem adding curves to trend
Build results in no errors, project not located on a network drive.
- Attachments
-
- ixSS.png (57.33 KiB) Viewed 7920 times