Using Visual Studio 2010 and Grid .Net 3.9 we are receiving license expired message when attempting to create a new Windows Forms solution. However all of our previous created projects work just fine.
Just created a new windows forms application. Dropped the Xceed Grid from the toolbox onto the form. Edited the code behind to reflect the sample below (Not our real key) and execute. But receive the trail license key for this product has expired message when the form is trying to be created during run time.
Imports Xceed.Grid
Public Class Form1
Private Sub Form1_Load(sender As Object, e As System.EventArgs) Handles Me.Load
Xceed.Grid.Licenser.LicenseKey = “XXXXXXXXXXX”
End Sub
End Class
Imported from legacy forums. Posted by Emerson (had 32 views)