Framework 2.0 SerialPort

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just downloaded the 2.0 Framework C# express with SerialPort and have
problem running some sample code.

Compile errors: missing assemblies or name space on the following events,
methods

SerialDataReceivedEventArgs
DataReceived

The same error with the following:
System.Diagnostics.CodeAnalysis.

Thanks

Brad
 
Brad said:
I just downloaded the 2.0 Framework C# express with SerialPort and have
problem running some sample code.

Compile errors: missing assemblies or name space on the following events,
methods

SerialDataReceivedEventArgs
DataReceived

The same error with the following:
System.Diagnostics.CodeAnalysis.

Thanks

Brad

Did you include the System.IO.Ports namespace?

Willy.

PS. Please post Beta2 questions issues to the vs2005 beta2 forums
http://forums.microsoft.com/msdn/.
 
Back
Top