Hi,
I'm wrting a license check to my custom windows forms control...My control
is written with Visual C# on VS.Net 2002...
I've derived my own LicFileLicenseProvider and implemented IsKeyValid and
GetLicense methods.
In GetLicense method, when the control is in Run-Time
context.GetSavedLicenseKey always returns null and causes a license
exception...This also does not occur in VS.Net 2003, only in VS.Net 2002...
My investigation shows that this is a bug in .Net Framework 1.0...I've found
in some web-sites that this bug was identified in Beta 2 stage but isn't
fixed and is still in the RTM version...
I want to ask that if anybody has a workaround for this? I need a solution
ASAP.
Thanks in advance,
?zden Irmak
Telmo Sampaio - 29 Jun 2004 03:37 GMT
?zden,
If you found it to be a bug the best thing is to contact Microsoft Product
Support Services. If there is a work around they should be able to provide
it to you. The best way out, from what I can tell, is to use VS 2003 (but I
understand this may not be possible)
Telmo Sampaio
tsampaio@gmail.com
> Hi,
>
[quoted text clipped - 20 lines]
>
> ?zden Irmak