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;
Re: Licensing error
Dan,
problem is that you're running trial version in ASP.NET or as LocalService privileges - and wodSSH.NET is unable to access the registry to check trial license.
This is easy fix - please contact us on email and we will send you temporary license key (valid for 30 days) that you will put in TempAuthorization property.
Regards
Re: Licensing error
Dan,
please send us temporary license key (valid for 30 days)
(TempAuthorization property.)
Regards
Anil
Re: Licensing error
Hi Anil,
Can you please send us email to techsupport@weonlydo.com and we will send you TempAuthorization key.
Hope I helped.
Regards,
Drazen
Re: Licensing error
That was 3 years ago.....
Re: Licensing error
Hi Dan,
Yes, but Anil ask for TempAuthorization key today.
He replies to your thread.
Drazen