CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Location
    Melbourne/Aus (C# .Net 4.0)
    Posts
    686

    https Webservices in Vista

    I have a few C# 3.5 Windows Forms Client applications that connect to a few .NET 2.0 Sercure Web Services. All of the code (both ends) belongs to me.

    I was running VS2008 on XP...

    I recently moved my development environment to Vista. Since that point I have not been able to update any of the Web Services referenced from any of the client applications. If I delete the reference to the web service and re-add I get an error. The error is the same in both cases.
    Code:
    There was an error downloading 'https://[URI].asmx'.
    The underlying connection was closed: An unexpected error occurred on a send.
    Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly res
    Incidentally, I could not open the Web Services in IE8.0 before I changed the IE advanced options to "Use SSL 2.0".

    If I specifiy http (with no S) it works fine, but I do not want to do that.

    Also, if I compile/run the client application on XP, it works fine, but if I then copy the EXE to Vista, I get the same error as above when I run the application on Vista.

    I'm not sure where I should ask this question, but I was hoping someone here may have experienced it too.
    Rob
    -
    Ohhhhh.... Old McDonald was dyslexic, E O I O EEEEEEEEEE.......

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: https Webservices in Vista

    I clicked on a WebCast today, and got the same error. It opened under Windows Media Player.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured