[RESOLVED] TCP/IP error 10045
Results 1 to 3 of 3

Thread: [RESOLVED] TCP/IP error 10045

  1. #1
    mctaylor
    Guest

    Resolved [RESOLVED] TCP/IP error 10045

    I can't get TCP/IP to work on some machines. when I try to ping I get a 10045 error. It is like it is not working. I have tried everything short of reinstalling windows 95 that I can think of. Any ideas?

    ------------------
    Michael C. Taylor

  2. #2
    iamtheman
    Guest

    Post

    WSAEOPNOTSUPP (10045)

    Operation not supported.

    The attempted operation is not supported for the type of object referenced. Usually this occurs when a socket descriptor to a socket that cannot support this operation, for example, trying to accept a connection on a datagram socket.

    That is the error code, you can find it on http://support.microsoft.com article ID Q199485.

    Now what that means I'm not quite sure. Make sure you have the latest drivers for your NIC card. By the way what kind of NIC's are you using.

    ------------------
    Born to Network

  3. #3
    Registered User
    Join Date
    Jul 2000
    Location
    Huntington Beach, CA, USA
    Posts
    1,515

    Post

    Also make sure you are running winsock 2.0 drivers (check for a ws2bakup directory under windows) if not then download it from MS website.

Bookmarks

Posting Permissions

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