Skip to content

Commit 09c23af

Browse files
committed
IN-17987 - License key registration steps added for license error and overview page
1 parent 8280f80 commit 09c23af

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

aspnetmvc/Licensing/generating-license-keys.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ License keys for ASP.NET MVC can be generated from the [License & Downloads](htt
1515

1616
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.
1717
* 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.
18+
19+
## See Also
20+
21+
* [How to Register Syncfusion License Key in the Application?](https://help.syncfusion.com/aspnetmvc/licensing/registering-license-keys)

aspnetmvc/Licensing/licensing-errors.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,23 @@ The following error message will be shown if a Syncfusion license key has not be
1717

1818
**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.
1919

20-
**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.
20+
**Solution:**
21+
22+
* 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.
23+
24+
* 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.
2125

2226
## Invalid key
2327

2428
If the application is registered with an invalid key, another version of license key, or another platform's license key, the following error message will pop up when launching the application.
2529

2630
**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.
2731

28-
**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.
32+
**Solution:**
33+
34+
* 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.
35+
36+
* 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.
2937

3038
## Trial Expired
3139

@@ -41,15 +49,23 @@ If the application is registered with another platform's license key, the follow
4149

4250
**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.
4351

44-
**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.
52+
**Solution:**
53+
54+
* 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.
55+
56+
* 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.
4557

4658
## Version Mismatch
4759

4860
If the application is registered with another version's license key, the following error message will pop up when launching the application.
4961

5062
**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.
5163

52-
**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.
64+
**Solution:**
65+
66+
* 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.
67+
68+
* 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.
5369

5470
## Could not load Syncfusion.Licensing.dll assembly version...?
5571
Make sure that all the referenced Syncfusion assembles are of the same version. Try cleaning and rebuilding the application to resolve assembly conflict issues.

aspnetmvc/Licensing/licensing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ Following licensing error will be shown if the license key is not registered in
3232
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 <a href="/common/essential-studio/licensing/license-key">help topic</a> for more information
3333

3434
</div>
35+
36+
## See Also
37+
38+
* [How to Generate Syncfusion ASP.NET MVC License Key?](https://help.syncfusion.com/aspnetmvc/licensing/generating-license-keys)
39+
* [How to Register Syncfusion License Key in the Application?](https://help.syncfusion.com/aspnetmvc/licensing/registering-license-keys)

0 commit comments

Comments
 (0)