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