Unable to add Web Reference in VB.net (Timeout)

  • Thread starter Thread starter Chip
  • Start date Start date
C

Chip

When trying to add a Web Reference in VB.NET you may find
your system timing out, and you never get to choose the
Service, even though you are able to navigate to it
successfully from the browser window. This is due to a
problem with WinSock calls inside of WSDL.exe (Framework
1.1). This occurs if your system has too many Network
Protocals. I removed some unnecessary protocols and it
resolved my problem.

See this article, this fixed my problem:
http://support.microsoft.com/default.aspx?scid=kb;en-
us;815209

Hopefully you wont have to endur four days of hell trying
to figure out why this wouldn't work. Thanks Microsoft!
 
LOL, your link produced this error message.

"The page you were looking for is currently not available. The address may
not be correct, or there may be a temporary problem with this site."

Regards - OHM

When trying to add a Web Reference in VB.NET you may find
your system timing out, and you never get to choose the
Service, even though you are able to navigate to it
successfully from the browser window. This is due to a
problem with WinSock calls inside of WSDL.exe (Framework
1.1). This occurs if your system has too many Network
Protocals. I removed some unnecessary protocols and it
resolved my problem.

See this article, this fixed my problem:
http://support.microsoft.com/default.aspx?scid=kb;en-
us;815209

Hopefully you wont have to endur four days of hell trying
to figure out why this wouldn't work. Thanks Microsoft!

Regards - OHM# OneHandedMan{at}BTInternet{dot}com
 
Back
Top