My VS 2003 is missing System.IO.Port

Hi

I have VS 2003 enterprise edition on my PC. I also have VB.NET, C# Express installed.

I've installed the .NET CF 2.0. But still in my VS 2003 Smart application project (VB Console Application) it says System.IO.port is not there. I then looked at the object browser, mscorlib -> system -> IO  , Port or Serial are not there.

I am   not sure is the VS 2003 using .NET Framework 1.1 or it automically loads .NET CF 2.0 when I create a Smart mobile application project..... is there anyway to check in object browser that that mscorlib is from which .NET  framework version (.NET 1.1 or CF 2.0 ) ...

I want to do some work with the Serial port....that's why i am looking for this API..


Thanks

 




Answer this question

My VS 2003 is missing System.IO.Port

  • AJB123

    Thank you for the reply I1ya, that is a great help to me. You are very helpful and I am appreciate that. ;-)

    For those who may have the same issue , here is my research I would like to share:

    OpenNetCF web

    http://www.opennetcf.org

    OpenNetCF serial tutorial:

    http://www.opennetcf.org/forums/topic.asp TOPIC_ID=2342



  • Corey Bornmann

    No, Express is no good for device development, VS 2005 SE or above is needed.

    With NETCF V1 you can use OpenNetcf.org library or P/Invoke to access serial port.



  • Jon Davis

    thanks for the reply,

    I do not have VS 2005. I only have the express edition of C# and VB.NET.
    In C#/VB.NET express, when you create a new project, there is no Smart Application in the selection. Is it possible to develop Smart application using the express

    If .NET CF V1 does not support Serial programming, does that mean the only option is the OpenNETCF port library

    Thanks for your time and help



  • imed-deborah

    There's no System.IO.Port on NETCF V1 which is the only version VS 2003 uses. You need VS 2005 to develop for NETCF V2.



  • My VS 2003 is missing System.IO.Port