Home Forums Legacy SDKs Tear Down protocol Reply To: Tear Down protocol

#1589
Alejandro Clemotte
Participant

This is the error when I stop the sample:

An unhandled exception of type ‘System.InvalidOperationException’ occurred in System.Windows.Forms.dll

An the line is this:
private void GazePoint(object sender, GazePointEventArgs gazePointEventArgs)
{
BeginInvoke()); <–This line of code
}