Framework 2.0 SerialPort

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
 
W

Willy Denoyette [MVP]

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/.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top