The WSIT Tutorial

ProcedureTo Run the AddNumbers Client

After the client has been built, run the client by following these steps.

  1. At a command prompt, navigate to the location where you extracted the example bundle.

  2. Type the following command:


    Client.exe
    

    You will see the following output:


    Adding 10 and 20. Result is 30.
        Adding -10 and 20. Exception: Negative numbers can’t
         be added!