using Visual Studio 2005 beta 2 / Compact Framework 2.0
I simply call Invalidate from a method within my Form and i get this ->
"An unhandled exception of type 'System.NotSupportedException' occurred in System.Drawing.dll
Additional information: An error message cannot be displayed because an optional resource assembly containing it cannot be found"
Any idea

Invalidate() - NotSupportedException
Gane
RCN
ernesto che
Note that SerialPort events are handled by a ThreadPool thread so if you need to update any properties for a GUI control, you would need to use Control.Invoke() instead of setting them directly.
Cheers,
Anthony
PatriotB
From which method in your Form are you calling Invalidate() Are you on a different thread Just prior to calling Invalidate(), what does this.InvokeRequired return