I have developed an application in VC++ 2005. This application calling a webservice developed in C#. This application can not execute in Windows 2000 machines.
How to solve this issue
I have checked this Application using depends watcher in windows 2000 machine. I have noticed one problem is there is version conflict in WS2_32.dll. Some functions not in this WS2_32 dll.
How to correct this execution problem in windows 2000 machines
pls help me.....
Jefy

WEBService calling problem in VC++ application
Negin
jkv10
i have used visual studio 2005 VC++ for client application development. I have added the webreference of web service and create object of this web service.
jefy
barkingdog