M
Mauro
Help please!
I'm trying to implement control licensing using the LicFileLicenseProvider
implementation of the LicenseProvider class, but I cannot seem to get the
right format either in my <controlname>.LIC file, or in the first line
"myClass name is a licensed component" in the file. (I will implement my own
validation once I get the basic structure working.)
All I can find in the literature is a reference to using the fully qualified
name of the control, and the fully qualified name of the component.
My control is called ctlAlarmClock and it's contained in a component class
called ctlClockLib. So I would have thought that
filename = ctlClockLib.ctlAlarmClock.LIC
text = "ctlClockLib is a licensed component"
should both work.
Any help would be greatly appreciated.
Mauro
I'm trying to implement control licensing using the LicFileLicenseProvider
implementation of the LicenseProvider class, but I cannot seem to get the
right format either in my <controlname>.LIC file, or in the first line
"myClass name is a licensed component" in the file. (I will implement my own
validation once I get the basic structure working.)
All I can find in the literature is a reference to using the fully qualified
name of the control, and the fully qualified name of the component.
My control is called ctlAlarmClock and it's contained in a component class
called ctlClockLib. So I would have thought that
filename = ctlClockLib.ctlAlarmClock.LIC
text = "ctlClockLib is a licensed component"
should both work.
Any help would be greatly appreciated.
Mauro