From 2a3135febf11e345440acef86d7434d4b1d1d29e Mon Sep 17 00:00:00 2001 From: "azuread\\jeyaseelanmurugan" Date: Mon, 30 May 2022 13:05:41 +0530 Subject: [PATCH] IN-17987 - License key registration steps added for license error and overview page --- .../Licensing/generating-license-keys.md | 6 ++++- aspnet-core/Licensing/licensing-errors.md | 24 +++++++++++++++---- aspnet-core/Licensing/licensing.md | 5 ++++ 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/aspnet-core/Licensing/generating-license-keys.md b/aspnet-core/Licensing/generating-license-keys.md index bac194da..f3a18c48 100644 --- a/aspnet-core/Licensing/generating-license-keys.md +++ b/aspnet-core/Licensing/generating-license-keys.md @@ -14,4 +14,8 @@ License keys for ASP.NET Core can be generated from the [License & Downloads](ht ![Get License Key](licensing-images/generate-license.png) I> * Syncfusion license keys are **version and platform specific**, refer to the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate the license key for the required version and platform. -* Refer this [KB](https://www.syncfusion.com/kb/8951/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion license key should be used in the application. \ No newline at end of file +* Refer this [KB](https://www.syncfusion.com/kb/8951/which-version-syncfusion-license-key-should-i-use-in-my-application) to know about which version of the Syncfusion license key should be used in the application. + +## See Also + +* [How to Register Syncfusion License Key in the Application?](https://help.syncfusion.com/aspnet-core/licensing/registering-license-keys) diff --git a/aspnet-core/Licensing/licensing-errors.md b/aspnet-core/Licensing/licensing-errors.md index 944d29a8..20e7eee0 100644 --- a/aspnet-core/Licensing/licensing-errors.md +++ b/aspnet-core/Licensing/licensing-errors.md @@ -17,7 +17,11 @@ The following error message will be shown if a Syncfusion license key has not be **Error message:** This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message. You can also obtain a free 30 day evaluation license to temporarily remove this message during the evaluation period. Please refer to this [help topic](https://help.syncfusion.com/aspnet-core/licensing/licensing-errors#license-key-not-registered ) for more information. -**Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. +**Solution:** + +* Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. + +* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/aspnet-core/licensing/registering-license-keys) for information on registering the license key. ## Invalid key @@ -25,7 +29,11 @@ If the application is registered with an invalid key, another version of license **Error Message:** The included Syncfusion license is invalid. Please refer to this [help topic](https://help.syncfusion.com/aspnet-core/licensing/licensing-errors#invalid-key) for more information. -**Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. +**Solution:** + +* Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. + +* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/aspnet-core/licensing/registering-license-keys) for information on registering the license key. ## Trial Expired @@ -41,7 +49,11 @@ If the application is registered with another platform's license key, the follow **Error Message:**The included Syncfusion license is invalid (Platform mismatch). Please refer to this [help topic](https://help.syncfusion.com/aspnet-core/licensing/licensing-errors#platform-mismatch) for more information. -**Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. +**Solution:** + +* Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. + +* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/aspnet-core/licensing/registering-license-keys) for information on registering the license key. ## Version Mismatch @@ -49,7 +61,11 @@ If the application is registered with another version's license key, the followi **Error Message:**The included Syncfusion license ({Registered Version}) is invalid for version {Required version}. Please refer to this [help topic](https://help.syncfusion.com/aspnet-core/licensing/licensing-errors#version-mismatch) for more information. -**Solution:** Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. Kindly follow the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate license key. +**Solution:** + +* Generate a valid license key from here [Licensed users](https://www.syncfusion.com/account/downloads) or [Trial users](https://www.syncfusion.com/account/manage-trials/downloads) for a specific version and platform. Kindly follow the [KB](https://www.syncfusion.com/kb/8976/how-to-generate-license-key-for-licensed-products) to generate license key. + +* In your application, register the generated license key. Please refer to this [help topic](https://help.syncfusion.com/aspnet-core/licensing/registering-license-keys) for information on registering the license key. ## Could not load Syncfusion.Licensing.dll assembly version...? Make sure that all the referenced Syncfusion assembles are of the same version. Try cleaning and rebuilding the application to resolve assembly conflict issues. diff --git a/aspnet-core/Licensing/licensing.md b/aspnet-core/Licensing/licensing.md index 3e896f56..12ed05cf 100644 --- a/aspnet-core/Licensing/licensing.md +++ b/aspnet-core/Licensing/licensing.md @@ -31,3 +31,8 @@ Following licensing error will be shown if the license key is not registered in This application was built using a trial version of Syncfusion Essential Studio. Please include a valid license to permanently remove this license validation message. You can also obtain a free 30 day evaluation license to temporarily remove this message during the evaluation period. Please refer to this help topic for more information + +## See Also + +* [How to Generate Syncfusion ASP.NET Core License Key?](https://help.syncfusion.com/aspnet-core/licensing/generating-license-keys) +* [How to Register Syncfusion License Key in the Application?](https://help.syncfusion.com/aspnet-core/licensing/registering-license-keys)