Frequent exception, AutomaticUpdater

We keep getting reports from our customers (automatic reports of unhandled exceptions) with exceptions that we can't understand. We are using the AutomaticUpdater and have added it to the main form.

We are using DevExpress XtraForm but i dont thing that should be a problem.

Exception:System.NullReferenceException: Object reference not set to an instance of an object. at wyDay.Controls.AutomaticUpdater.ownerForm_Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at DevExpress.XtraEditors.XtraForm.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at DevExpress.XtraEditors.XtraForm.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)

What is wrong?

I'm not having any luck reproducing this here.

What version of the AutomaticUpdater are you using? Right click the AutomaticUpdater.dll file, click properties, then look at the version.

You don't have a more detailed stack trace, by any chance? Can you reproduce this?

We are using version 2.6.16.0 (.NET 4.0)I have not been able to reproduce the error, but our cusomers seem to run into it on multiple operating systems..Don't have a more detailed stack now, but will try to investigate further into the problem.. The exception is caught by the unhandled exception handler in the application, not sure how we can get a detailed stack trace there...