Winsock Error Codes - Brought to you by Winsock-Error.com

10092 "Winsock.dll version out of range."

WSAVERNOTSUPPORTED (Winsock error number: 10092)

Microsoft say this about Winsock error 10092 - WSAVERNOTSUPPORTED:

The current Windows Sockets implementation does not support the Windows Sockets specification version requested by the application. Check that no old Windows Sockets DLL files are being accessed.

Full details of Winsock TCP error 10092 - WSAVERNOTSUPPORTED:

Berkeley description: No equivalent.

WinSock description: The current WinSock implementation does not support the Windows Sockets specification version requested by the application.

User suggestions: Do you have the WinSock DLL that supports the version of the WinSock specification required by the application? If so, is there an older DLL in a directory in the path ahead of the directory containing the newer DLL? If not, check with your WinSock vendor to see if they have a newer WinSock available.

   
This page is designed to help you to understand Winsock TCP error 10092. It will not necessarily mean you can instantly fix issues when your computer tells you that Winsock is having problems with code 10092, rather it will give you the necessary background information to help solve the matter.

Programming declarations for 10092 (WSAVERNOTSUPPORTED):

C#
long WSAVERNOTSUPPORTED = 10092 ;

VB.net
Dim WSAVERNOTSUPPORTED As Long = 10092

VB6
Dim WSAVERNOTSUPPORTED As Long
WSAVERNOTSUPPORTED = 10092