PDA

View Full Version : [CLOSED] My license has expired



lu7jm
Aug 01, 2020, 1:27 AM
My Ext.net.classic 7 license has expired. At this moment I bought a license but I don't know how are the steps in this version to activate the license, could you help me please since the application is not working and I need to continue working.

Thanks.

lu7jm
Aug 01, 2020, 7:19 PM
The problem had solve. Thanks.

geoffrey.mcgill
Aug 02, 2020, 5:02 AM
An upgrade to the latest release (7.0.0-preview4) was required

HansWapenaar
Sep 01, 2020, 8:46 AM
Hi,

Until now I only worked with Ext.Net 5.2 in 'ordinairy' webapplications and MVC websites.

I wanted to try Ext.Net 7.0 for ASP.Net Core and followed the download and install process.
Started a project in VS2019 (Ext.Net Razor Pages WebApp).
When running the app I get an error: Ext.Net.Core.Exceptions.LicenseException: 'Ext.NET License has expired'.

Installed version is 7.0.0-preview4.

Do I need to include a license key somewhere? If yes, where?
I only have a key for Ext.Net 5.

Hans Wapenaar

geoffrey.mcgill
Sep 01, 2020, 11:25 AM
Updating to the latest release (7.0.0-preview4.1) should prevent the expiration exception.

https://www.nuget.org/packages/ext.net.classic

Hope this helps.

HansWapenaar
Sep 01, 2020, 12:58 PM
Ok, it works now.

I installed Ext.Net through Visual Studio Marketplace. After creating an Ext.Net project upgrading to preview4.1 in the NuGet PackageManager made it work.

Thanks.