i'm trying to use the msComm ActiveX on vb.net and when i to this code:

VB Code:
  1. serial = New AxMSCommLib.AxMSComm
  2.  
  3.         serial.CommPort = CommPortt
  4.         serial.Settings = CommBaudRatee & ",N,8,1"

i get an error:
serial.CommPort <error: an exception of type: {System.Windows.Forms.AxHost.InvalidActiveXStateException} occurred>

what should i do to use this ocx on .net??

Thank you,
Guilherme Costa