How to set the license key (General questions) by schenkp , Monday, July 13, 2009, 06:55 (5773 days ago) How do i set the LicenseKey property for our purchase of the wodSSH.NET product?
Re: How to set the license key by woddrazen , Monday, July 13, 2009, 07:25 (5773 days ago) @ schenkp Hi, You should set LicenseKey Property after you initialize component, but before you call Connect Method. [code]ssh1.LicenseKey = XXXX-XXXX-XXXX-XXXX ssh1.Connect[/code] Let us know how it goes. Regards, Drazen
Re: How to set the license key by schenkp , Monday, July 13, 2009, 07:48 (5773 days ago) @ woddrazen That Worked Thank you