View Single Post
  #1  
Old 09-10-2010, 01:47 AM
VB.NET VB.NET is offline
Senior Member
 
Join Date: Jun 2009
Posts: 5,161
Default Problem with Win2k and GetWebResponse - "An unexpected error occurred on a send."

Hello all, This code works fine on my Win XP machine, but not on Win2k. I have tried overriding the webrequest function in Reference.vb with Protected Overrides Function GetWebRequest(ByVal uri As Uri) As System.Net.WebRequest Dim webRequest As System.Net.HttpWebRequest ...
__________________
VB.NET
domain name forum
Reply With Quote