Posted 19 years ago
by Ashton
-
Developer,
Schema Solutions LLC
I have 1 user who gets the following error as they type into the Editor:
Handle is not initialized
at System.Runtime.InteropServices.GCHandle.Free()
at System.Windows.Forms.Timer.set_Enabled(Boolean value)
at ActiproSoftware.SyntaxEditor.Caret_1(object, eventargs)
at System.Windows.Forms.Timer.OnTick(Eventargs e)
at System.Windows.Forms.Timer.Callback(Intptr hwnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)
It only seems to be this one user and they always get the exception after typing (no set of keys seem to cause it, just after typing some chars)
Any idea what could be the cause here?
Since it's only 1 user I don't think it's an issue with SE but just curious if you have an idea why the user might get this error (I thought Caret_1 was just blinking the cursor???)
Thanks,
Handle is not initialized
at System.Runtime.InteropServices.GCHandle.Free()
at System.Windows.Forms.Timer.set_Enabled(Boolean value)
at ActiproSoftware.SyntaxEditor.Caret_1(object, eventargs)
at System.Windows.Forms.Timer.OnTick(Eventargs e)
at System.Windows.Forms.Timer.Callback(Intptr hwnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)
It only seems to be this one user and they always get the exception after typing (no set of keys seem to cause it, just after typing some chars)
Any idea what could be the cause here?
Since it's only 1 user I don't think it's an issue with SE but just curious if you have an idea why the user might get this error (I thought Caret_1 was just blinking the cursor???)
Thanks,