mctaylor
December 4th, 2000, 09:20 AM
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
iamtheman
December 4th, 2000, 09:36 AM
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
cyberhh
December 4th, 2000, 11:35 AM
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.