Home › Forums › Legacy SDKs › Tear Down protocol › Reply To: Tear Down protocol
04/09/2014 at 12:34 #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
}