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

10108 "Service not found."

WSASERVICE_NOT_FOUND (Winsock error number: 10108)

Microsoft say this about Winsock error 10108 - WSASERVICE_NOT_FOUND:

No such service is known. The service cannot be found in the specified name space.

Full details of Winsock TCP error 10108 - WSASERVICE_NOT_FOUND:

No further winsock error code information is available beyond the default message of....

Service not found.

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

Programming declarations for 10108 (WSASERVICE_NOT_FOUND):

C#
long WSASERVICE_NOT_FOUND = 10108 ;

VB.net
Dim WSASERVICE_NOT_FOUND As Long = 10108

VB6
Dim WSASERVICE_NOT_FOUND As Long
WSASERVICE_NOT_FOUND = 10108