License Key and .NET (General questions)
Hello,
I'm trying to used wodTelnetDLX with C#/.NET.
I've imported COM object and everything is working fine.
But when I want to specify the Licensekey when I create a new class, I can't do it, because the member LicenseKey doesn't exist.
my code is very simple :
[code]
wodTelnetDLXComClass connectionTelnet ;
connectionTelnet = new WODTELNETDLXCOMLIB.wodTelnetDLXComClass() ;
[/code]
and then, I can't acces LicenseKey member.
Have I done something wrong ?
Is it a problem with C#/.NET ?
Or does I need to have a non-demo version of the DLL ? (I've a valid License Key but I've downloaded TelnetDLX demo version from the web)
Thank you
Re: License Key and .NET
usrVC,
you cannot apply LicenseKey to DEMO version. Please request current licensed version from http://www.weonlydo.com/index.asp?update=1
Once you do that, reimport wodTelnetDLX to your project (so VS generates new appropriate wrappers) and try again - it should work.
Regards!