Mega Code Archive

 
Categories / Delphi / Examples
 

Invalid class string error during connect

Question: I'm specifying the ServerName for my RemoteServer, and when trying to connect I get "Invalid class string". What's wrong? Answer: You're not specifying the ServerGUID. You always need the ServerGUID. The ServerName, however, is optional.