I can't seem to get past the licensekey error when I try to run my project/solution in VS 2008 using VB.
I've tried entering the following:
Xceed.Editors.Licenser.LicenseKey =
"mykey"
Xceed.Chart.Licenser.LicenseKey =
"myotherkey"
IN:
Sub New
Load
HandleCreated
None of these work -- I'm not using a Sub Main, I'm using a Startup Form. Any suggestions/hints where I'm supposed to place my license key values in code?