AV in WeOnlyDo.Client.SSH constructor (wodSSH / wodSSH.NET)
I've tried that version and the AV problem is gone. But there is another one:
Exception object: 0129a450
Exception type: System.InvalidOperationException
Message: The key 'TempAuthorization' does not exist in the appSettings configuration section.
InnerException: <none>
StackTrace (generated):
<none>
StackTraceString: <none>
HResult: 80131509
I got that one using 2.6.1.151 (evaluation) with this sample :
using System;
public class demo
{
public static void Main(String[] args)
{
Console.WriteLine("About to create an instance of WeOnlyDo.Client.SSH");
Console.ReadLine();
WeOnlyDo.Client.SSH ssh = new WeOnlyDo.Client.SSH();
Console.WriteLine("Done.");
}
}
Run it under WinDbg and see the exception. Maybe that is only for Eval version?
Another question: if I want to deploy WeOnlyDo.Client.SSH with my application, is it enough to copy the WeOnlyDo.Client.SSH.dll with the application and then set the license key property in the application code?
Thanks