Deploy error when display is connected (Null reference exception in Microsoft.SPOT.TinyCore.dll)

@ Andrew Paes - Try adding the following code to the start of your ProgramStarted method


display_T35.WPFWindow.TouchDown += (a, b) => { };
display_T35.WPFWindow.TouchUp += (a, b) => { };
display_T35.WPFWindow.TouchMove += (a, b) => { };

1 Like

Hi taylorza,

Thanks for the help, it gave me a light. I realized that the problem could be other, then went swapping and testing cables. My T-handle was broken and I replaced it and now everything is working right.

Thank you,
Andrew Paes