WEBService calling problem in VC++ application


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



Answer this question

WEBService calling problem in VC++ application

  • Negin

    What technology did you use to develop your C# client (which namespaces ) and could you please post a stack trace of when your client fails Or does the application not even load

  • 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

    Moved to the C++ forum

  • WEBService calling problem in VC++ application