Imports System.IO.Ports

Dorothy

New member
Joined
Mar 28, 2008
Messages
1
Programming Experience
1-3
Hi,
I am unable to add in this code "Imports System.IO.Ports"
It is always underlined when i type it.
Is it because i need to "Add References"?
If so, what reference so i need to add?
If not, what other possible causes could it have been?
i'm currently using VB .NET 2003.
Thks & Rgds,
Dorothy
 
As per documentation:
System.IO.Ports Namespace
Note: This namespace is new in the .NET Framework version 2.0.
 
Back
Top