diff --git a/aspnetmvc/Licensing/generating-license-keys.md b/aspnetmvc/Licensing/generating-license-keys.md index a745bdb5..d02cf9ff 100644 --- a/aspnetmvc/Licensing/generating-license-keys.md +++ b/aspnetmvc/Licensing/generating-license-keys.md @@ -15,3 +15,7 @@ License keys for ASP.NET MVC can be generated from the [License & Downloads](htt 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. + +## See Also + +* [How to Register Syncfusion License Key in the Application?](https://help.syncfusion.com/aspnetmvc/licensing/registering-license-keys) diff --git a/aspnetmvc/Licensing/licensing-errors.md b/aspnetmvc/Licensing/licensing-errors.md index 45ef25b6..b67d370e 100644 --- a/aspnetmvc/Licensing/licensing-errors.md +++ b/aspnetmvc/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/aspnetmvc/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/aspnetmvc/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/aspnetmvc/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/aspnetmvc/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/aspnetmvc/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/aspnetmvc/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/aspnetmvc/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/aspnetmvc/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/aspnetmvc/Licensing/licensing.md b/aspnetmvc/Licensing/licensing.md index 2aa3352d..16e28afd 100644 --- a/aspnetmvc/Licensing/licensing.md +++ b/aspnetmvc/Licensing/licensing.md @@ -32,3 +32,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 MVC License Key?](https://help.syncfusion.com/aspnetmvc/licensing/generating-license-keys) +* [How to Register Syncfusion License Key in the Application?](https://help.syncfusion.com/aspnetmvc/licensing/registering-license-keys)