Results 1 to 6 of 6

Thread: [RESOLVED] Use a class from FW2.0 in Studio 2003?

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2005
    Posts
    36

    Resolved [RESOLVED] Use a class from FW2.0 in Studio 2003?

    OK, so I couldn't get the rs232 class from 101 examples to work... (Yes I'm new.)

    Then there's the System.IO.Ports in the 2.0 framework, that I've installed, which includes a SerialPort Class.

    Nice; I'm just going to reference/import System.IO.Ports and see if I'd have more luck. No. I can't even access .ports in Studio 2003.

    Is this simply not possible, or (more likely) do I need to do this entirely different?

    Any hints welcome.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Use a class from FW2.0 in Studio 2003?

    VS 2003 isn't FW2.0 compatible... it uses FW1.1. You'll need to get VS 2005 to get to the FW2.0 namespaces. MS is currently giving away their VB EXpress 2005 editions for free.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Use a class from FW2.0 in Studio 2003?

    By the way, if you are looking for serial classes in .NET 2003, do a search on here. I posted three different freeware classes for reading com ports a few different times. I have used two of the three, and found they work pretty well. At the very least, since they come with source code, they would show you how to access the serial ports.
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Member
    Join Date
    Nov 2005
    Posts
    36

    Re: Use a class from FW2.0 in Studio 2003?

    Thank you both - It was from this forum I found the alternatives to the MS omission of serial support. The one that looked most promising was the MS one (http://www.microsoft.com/downloads/d...displaylang=en)

    It bugs me that I can't get it to work, but i just stuffed the first Studio2005 CD in the drive as a deadline de-cloaked. I'll see how it will co-exist with 2003. Nothing like ramping up the learning curve.

  5. #5
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Use a class from FW2.0 in Studio 2003?

    It will co-exist without any problem. I've got it running side by side with 2003. No issues, no conflicts.
    My usual boring signature: Nothing

  6. #6
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Use a class from FW2.0 in Studio 2003?

    I've got VB6, VB2003 and VB2005 all running in harmony side by side.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width