Results 1 to 2 of 2
  1. #1
    t7ancients's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    New York
    Posts
    381
    Reputation
    28
    Thanks
    68
    My Mood
    Twisted
    I was going to test out a client/server with a friend, but when I looked for System.Net.Sockets, it wasn't there? I know other people have used it in 4.0, but can anyone help me find out why I do not have it? I'm a little mad, I wanted to start experimenting with it -_-

    Damn, seems like microsoft moves the class from namespace to namespace every time they release a new version of .NET, I found it. It's in the system.dll namespace. you can close this thread @_@
    Last edited by t7ancients; 09-01-2010 at 05:04 PM.

  2. #2
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Same in all frameworks....Hasn't changed

    Namespace (even in 4) is System.Net.Sockets
    Assembly (even in 4 ) is System (in System.dll)

    Code:
    using System;
    using System.Net;
    using System.Net.Sockets;


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. aIW Error: System.Net.WebException: The remote server returned an error :(404) Not...
    By ledwiston in forum Call of Duty Modern Warfare 2 Help
    Replies: 9
    Last Post: 01-28-2011, 10:58 AM
  2. Fix "system error" on Nexon.net when making accounts?
    By CRUSTY in forum Combat Arms Help
    Replies: 4
    Last Post: 05-21-2010, 09:06 PM
  3. Using System.Net.Mail vb08 help me pl@kz?!
    By t7ancients in forum Visual Basic Programming
    Replies: 1
    Last Post: 10-22-2009, 07:47 PM
  4. MySQL + VB.NET Login System
    By Marsicano in forum Visual Basic Programming
    Replies: 12
    Last Post: 10-16-2009, 06:46 AM
  5. Replies: 6
    Last Post: 09-05-2008, 01:16 PM