Add new comment

Hi,

In the last part of creating the server side code (just before The C# Managed Client) the main function is listed. you should create HelloWsdl.cpp. There you should define the main function.
The unresolved error is the result of not having the main. Create the HelloWsld.cpp file and copy/paste the content of where int _tmain(int argc, char* argv[]) is listed. Then you should be fine.