Syntax of Register(?)
Posted: 06 Feb 2013, 11:00
Hello,
I try to Register my application. With the Function Register(this) it works fine but I woud like to prefer to work with the function Register(val, regData, addToReg) but I don't know the values for the parameters.
I try the following (values are dummys):
ArrayList _licInfo = new ArrayList();
_licInfo.Add("25749258742985798243598237598237598423759874359874359923487234532542435"); //key
_licInfo.Add("Great Company Inc."); //User
_licInfo.Add("superman@metropolis.com"); //EMail
Protection.Register("25749258742985798243598237598237598423759874359874359923487234532542435", _licInfo , false);
I receive always a Error-Dialog: "Error in the registration key!"
What is wrong?
Is it possible to check the Lizenz without a erro-dialog (I prefer a exception)?
Thank you for your help.
CADImport.Net 8 Pro
I try to Register my application. With the Function Register(this) it works fine but I woud like to prefer to work with the function Register(val, regData, addToReg) but I don't know the values for the parameters.
I try the following (values are dummys):
ArrayList _licInfo = new ArrayList();
_licInfo.Add("25749258742985798243598237598237598423759874359874359923487234532542435"); //key
_licInfo.Add("Great Company Inc."); //User
_licInfo.Add("superman@metropolis.com"); //EMail
Protection.Register("25749258742985798243598237598237598423759874359874359923487234532542435", _licInfo , false);
I receive always a Error-Dialog: "Error in the registration key!"
What is wrong?
Is it possible to check the Lizenz without a erro-dialog (I prefer a exception)?
Thank you for your help.
CADImport.Net 8 Pro