1
Answer

Exception of type 'System.Windows.Forms.AxHost+ InvalidActiveXStateException' was thrown.

Photo of shinoy alphonse

shinoy alphonse

17y
10.1k
1
hai friends,

   Am just trying to read data from a serial port , when i initilize, the second line throwing an exception. i added both axinterop.mscommlib and mscomlib.
 AxMSComm com = new AxMSComm();
com.CommPort = 1

This is the exeception
'Exception of type 'System.Windows.Forms.AxHost+InvalidActiveXStateException' was thrown.'

Answers (1)