Nov 22, 2021, 12:48 PM
Ext.Net.Core.Exceptions.LicenseException: Ext.NET trial period has expired
Hi,
I have the following problem running Ext.net 7.X projects: Ext.Net.Core.Exceptions.LicenseException: The Ext.NET trial period has expired.
The license is valid and the error occurs in VSCode and VS .NET
.csproj
I have the following problem running Ext.net 7.X projects: Ext.Net.Core.Exceptions.LicenseException: The Ext.NET trial period has expired.
The license is valid and the error occurs in VSCode and VS .NET
.csproj
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ext.NET.Classic" Version="7.2.0" />
<PackageReference Include="Ext.NET.Classic.Charts" Version="7.2.0" />
<PackageReference Include="Mojee" Version="1.0.0" />
<PackageReference Include="Westwind.AspnetCore.LiveReload" Version="0.2.8" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.4" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
Last edited by fabricio.murta; Nov 22, 2021 at 9:48 PM.