Framework 2.0 SerialPort

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brad

    Framework 2.0 SerialPort

    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

    SerialDataRecei vedEventArgs
    DataReceived

    The same error with the following:
    System.Diagnost ics.CodeAnalysi s.

    Thanks

    Brad

  • Willy Denoyette [MVP]

    #2
    Re: Framework 2.0 SerialPort


    "Brad" <Brad@discussio ns.microsoft.co m> wrote in message
    news:5CC1E95E-FAF0-44B7-8302-B46E35D51AA2@mi crosoft.com...[color=blue]
    >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
    >
    > SerialDataRecei vedEventArgs
    > DataReceived
    >
    > The same error with the following:
    > System.Diagnost ics.CodeAnalysi s.
    >
    > Thanks
    >
    > Brad
    >[/color]

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


    Comment

    • Brad

      #3
      Re: Framework 2.0 SerialPort

      Yes

      "Willy Denoyette [MVP]" wrote:
      [color=blue]
      >
      > "Brad" <Brad@discussio ns.microsoft.co m> wrote in message
      > news:5CC1E95E-FAF0-44B7-8302-B46E35D51AA2@mi crosoft.com...[color=green]
      > >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
      > >
      > > SerialDataRecei vedEventArgs
      > > DataReceived
      > >
      > > The same error with the following:
      > > System.Diagnost ics.CodeAnalysi s.
      > >
      > > Thanks
      > >
      > > Brad
      > >[/color]
      >
      > 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/.
      >
      >
      >[/color]

      Comment

      Working...