On Windows Vista, HttpWebRequest.GetResponse() errors with "Anunexpected error occurred on a receive."

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brent

    On Windows Vista, HttpWebRequest.GetResponse() errors with "Anunexpected error occurred on a receive."

    I've written a bit of .Net 1.1 code to download data from a Web
    Service over SSL. The code works fine on Windows XP machines, but
    fails on Windows Vista with the error, "The underlying connection was
    closed. An unexpected error occurred on a receive."

    I believe I've pretty much isolated it to Vista, rather than some
    other coding issue, as I've tried to rule out other items like
    firewalls and such. Also, I turned off Vista's firewall in hopes of
    resolving the issue, but I received the same error.

    Does anyone have any experience with receiving XML in .Net 1.1 from an
    SSL web service in a Windows Vista environment? Is it possible? Is
    there some sort of bug while doing that?

    Thanks for any help.

    --Brent
Working...