Thread: Reference for Socket programming in MS Visual Studio

  1. #1
    Tha 1 Sick RAT
    Join Date
    Dec 2003
    Posts
    271

    Reference for Socket programming in MS Visual Studio

    Hi

    I'm learning socket programming in C# at the moment in Visual studio 2008 Express.
    Because I started off with an empty project I have to add in the references myself, however I can't find the references for the statement:
    Code:
    Using System.Net.Sockets;
    The closest I can get to in the option to add a reference is System.Net which doesn't work. Is this a purposeful omittance by MS from the Express edition?
    A hundred Elephants can knock down the walls of a fortress... One diseased rat can kill everyone inside

  2. #2
    Registered User
    Join Date
    Mar 2009
    Location
    england
    Posts
    209
    If you reference "System" you should gain access to System.Net.Sockets.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. In over my head
    By Shelnutt2 in forum C Programming
    Replies: 1
    Last Post: 07-08-2008, 06:54 PM
  2. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  3. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM
  4. header file bringing errors?
    By bluehead in forum Windows Programming
    Replies: 4
    Last Post: 08-19-2003, 12:51 PM
  5. qt help
    By Unregistered in forum Linux Programming
    Replies: 1
    Last Post: 04-20-2002, 09:51 AM