Licensing error (General questions)
Get a licensing error on attempting to connect.
Using the trial version.
no license file in my project.
An unhandled error occured
System.Exception: Could not read licensing data. If running from ASPX please contact general@weonlydo.com at q.w() at WeOnlyDo.Client.SSH.Connect() at BandwidthData.Ssh.ExecuteCommand(String command) in ssh.cs:line 26 at ....
Sample code:
SSH sshClient = new SSH();
sshClient.Login = abc ;
sshClient.Password = abc ;
sshClient.Encryption = SSH.EncryptionMethods.Auto;
sshClient.Hostname = 10.0.0.1 ;
sshClient.Blocking = true;
sshClient.Connect();
string result = sshClient.Execute(command);
sshClient.Disconnect(true);
return result;
Complete thread:
- Licensing error - Dan, 2004-07-26, 23:49
- Re: Licensing error - wodSupport, 2004-07-26, 23:55
- Re: Licensing error - Anil Kulkarni, 2007-12-11, 21:40
- Re: Licensing error - woddrazen, 2007-12-11, 21:43
- Re: Licensing error - Dan, 2007-12-11, 23:37
- Re: Licensing error - woddrazen, 2007-12-11, 23:42
- Re: Licensing error - Dan, 2007-12-11, 23:37
- Re: Licensing error - woddrazen, 2007-12-11, 21:43
- Re: Licensing error - Anil Kulkarni, 2007-12-11, 21:40
- Re: Licensing error - wodSupport, 2004-07-26, 23:55