License Key and .NET - WeOnlyDo Discussion board

License Key and .NET (General questions)

by usrVC, Wednesday, December 15, 2004, 13:54 (7080 days ago)

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

by wodSupport, Wednesday, December 15, 2004, 13:58 (7080 days ago) @ usrVC

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!