Socket
Error # 10091
Socket error (#10091): Network subsystem is unavailable.
Analyse & Solutions:
The Winsock implementation cannot function
at this time, because the underlying system it uses to provide network
services is currently unavailable. Try the following:
-
Check that the WINSOCK.DLL file is in
the current path.
-
Check that the WINSOCK.DLL file is from
the same vendor as your underlying protocol stack. You cannot mix
and match. (WINSOCK DLLs must be supplied by the same vendor that
provided your underlying protocol stack).You cannot use more than
one Winsock implementation simultaneously.
-
If you have more than one WINSOCK DLL
on your system, be sure the first one in the path is appropriate for
the network subsystem currently loaded.
-
Check your Winsock implementation documentation
to be sure all necessary components are currently installed and configured
correctly.
|