Home › Forums › WinForms controls › Xceed Grid for WinForms › licence key problem when I convert to VS2005 from VS2003 › Reply To: licence key problem when I convert to VS2005 from VS2003
It is difficult to locate an entry point in VB2005, insert a this static statement in your project defining the license key.
Shared Sub New()
Xceed.Grid.Licenser.LicenseKey = “your_license_key”
End Sub
Imported from legacy forums. Posted by c (had 2926 views)