vb6 xmlhttp

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I have an application that was developed in Visual Bacic 6.0. The
client app use xmlhttp for post data to a secure server https://xxxx.xxx
I've installed the application into 200 PCs. I have problems with some of
them. The errors are:
- The connection with the server was terminated abnormally" (The connection
with the server was terminated abnormally"-2147012866 )
-The download of the specified resource has failed
I tryed to use MSXML3, MSXML4 and i've got the same error...

One of the PC with error, it's configure with Windows XP SP2 with zone alarm
(firewall). I thought , maybe, that the problem is the firewall, i tray to
desactivate , but the problem still continue.
I put the site https://xxxx.xxx into trusted site. the same error.


Any suggestions ?
Thanks.
 
Uriel Nusenbaum said:
Hello, I have an application that was developed in Visual Bacic 6.0. The
client app use xmlhttp for post data to a secure server https://xxxx.xxx
I've installed the application into 200 PCs. I have problems with some of
them. The errors are:
- The connection with the server was terminated abnormally" (The
connection
with the server was terminated abnormally"-2147012866 )
-The download of the specified resource has failed
I tryed to use MSXML3, MSXML4 and i've got the same error...

One of the PC with error, it's configure with Windows XP SP2 with zone
alarm
(firewall). I thought , maybe, that the problem is the firewall, i tray
to
desactivate , but the problem still continue.
I put the site https://xxxx.xxx into trusted site. the same error.


Any suggestions ?
Thanks.
You'll probably get a lot more play on your question if you post in a pre
..NET VB group.
This group is for .NET Framework issues.

Check your groups list for

microsoft.public.vb

There are numerous groups in that category and you can select the one(s)
most appropriate for you.
 
Back
Top