In the TestClient project found in the API folder there appears to be a missing class, WebServiceClient, on this line:
var client = new TestClient.WebServiceClient.WebServiceClient(binding, new EndpointAddress("http://localhost:8001/VisualCron"));
Error CS0234 The type or namespace name 'WebServiceClient' does not exist in the namespace 'TestClient' (are you missing an assembly reference?) TestClient C:\Program Files (x86)\VisualCron\API\samples\TestClient\frmTest.cs 1159 Active
Can someone that has successfully implemented this service into a .NET project point me in the right direction?