License-Key

License-Key

First of all let me state that this is an amazing program for free. I am however, still having an issue with the free license. I followed the steps in setting the license key but I am still getting the pop up window advising me how many trial days I have left. I am only using the free components. My programming language is vb.net. I set the license key in the application.vb portion of my project.

Class

Application

Inherits System.Windows.Application

‘ Application-level events, such as Startup, Exit, and DispatcherUnhandledException

‘ can be handled in this file.

Protected Overrides Sub OnStartup( ByVal e As StartupEventArgs)
Xceed.Wpf.DataGrid.Licenser.LicenseKey =

“DGF………….”

MyBase.OnStartup(e)

End Sub
End

Class
Can you advise. Thanks for any help you can give