Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions aspnetmvc/Licensing/generating-license-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
24 changes: 20 additions & 4 deletions aspnetmvc/Licensing/licensing-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,23 @@ 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

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.

**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

Expand All @@ -41,15 +49,23 @@ 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

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

**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.
Expand Down
5 changes: 5 additions & 0 deletions aspnetmvc/Licensing/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="/common/essential-studio/licensing/license-key">help topic</a> for more information

</div>

## 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)