-
Notifications
You must be signed in to change notification settings - Fork 40
Added new kb article license-not-recognized-telerik-document-processing-libraries #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
page_title: License Not Recognized in Telerik Document Processing Libraries | ||
meta_title: License Not Recognized in Telerik Document Processing Libraries | ||
slug: license-not-recognized-telerik-document-processing-libraries | ||
tags: telerik, document, processing, license, validation, runtime, issues, licensing diagnostics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
single word tags
``` | ||
Review the diagnostic output for clues about license validation issues. | ||
|
||
5. **Direct Package References**: Add references to the Telerik Document Processing Libraries NuGet packages directly in the Blazor WASM project. This resolves transitive dependency limitations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Telerik.Licensing package
|
||
To ensure proper license validation and eliminate trial messages, follow the steps below: | ||
|
||
1. **License Key Placement**: Ensure the `telerik-license.txt` file is present in the root directory of all projects referencing Telerik Document Processing Libraries, including shared libraries or class libraries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
telerik-license.txt is not required in each project. It can be just in the appdata or once in the project
|
||
4. **Enable Diagnostics**: Add the following property to your `.csproj` file to enable detailed licensing diagnostics during build and runtime: | ||
```xml | ||
<PropertyGroup> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extract outside of list or use bullet list
No description provided.