Community
Participate
Working Groups
Build Identifier: 3.6.2 An ErrorReport exception is raised with message "Command is not recognized" if the 'service' parameter to InnerCommand() does not agree with the server's Service name. This is misleading because there is a 'command' parameter to the InnerCommand constructor. On the server an "Invalid peerAdded event" is displayed. Reproducible: Always Steps to Reproduce: 1. Set up a TCF ICommandServer instance with name "x" 2. try to connect to that server with an InnerCommand where the service name is "y".
Fixed. Now the message looks like "No such service: y"