I would like to connect configuration server but I got the error message: “Application not found”
Coding is very simple as below:
ConfServerProtocol confServerProtocol = new ConfServerProtocol(new Endpoint(uri)); confServerProtocol.ClientApplicationType = (int)CfgAppType.CFGAgentDesktop; confServerProtocol.ClientName = "ClientName"; confServerProtocol.UserName = "myusername; confServerProtocol.UserPassword = "mypassword";confServerProtocol.Open();
Platform SDK version is 9.0.x, any idea how to fix this problem?
Thanks in advance