rozzz

rozzz

  • NA
  • 16
  • 0

adding web reference to C++ project

Feb 23 2009 12:34 AM
Hi,
I have a C# service (VS 2008) and I need to write a C++ client (VS 2005).
When I tried to add a web reference to the C++ project I got these errors:

sproxy : error SDL1000 : Unspecified error.
sproxy : error SDL1002 : failure in generating output file: "localhost.h"

When I tried the same thing in C# application (again, VS 2005) - it worked!

Where is the problem?

thanks