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
1 change: 1 addition & 0 deletions distribution-and-licensing/license-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,5 @@ Starting with the 2025 Q2 release of the product in May 2025, all conditions abo

* [License Agreement]({%slug license-agreement%})
* [Redistributing Telerik Document Processing]({%slug installation-deploying-telerik-document-processing%})
* [Unable to find package Telerik.Licensing]({%slug dpl-package-update-failure-license%})

39 changes: 39 additions & 0 deletions knowledge-base/dpl-package-update-failure-license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Unable to find package Telerik.Licensing
description: Learn how to handle Telerik.Licensing error after upgrade.
type: troubleshooting
page_title: Could Not Load File Or Assembly Telerik.Licensing.Runtime, Version 1.4.6.0 Runtime Error
slug: dpl-package-update-failure-license
tags: dpl, license, upgrade, fail, nuget, update, load, assembly
res_type: kb
ticketid: 1678555
---

## Environment

| Version | Product | Author |
| ---- | ---- | ---- |
| Q1 2025| Telerik Document Processing|[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|

## Problem

After upgrading the Telerik Document Processing libraries to version [Q1 2025]({%slug release-notes-2025-1-205%}), the following error messages may occur:

* **"The file or assembly cannot be loaded 'Telerik.Licensing.Runtime, Version=1.4.6.0, Culture=neutral, PublicKeyToken=token_here' or one of its dependencies. The system cannot find the specified file."**

* **"NU1101: Unable to find package Telerik.Licensing. No packages exist with this id in source(s): Telerik nuget. PackageSourceMapping is enabled, the following source(s) were not considered: Microsoft Visual Studio Offline Packages, nuget.org."**

## Solution

This may happen if you upgrade to [Q1 2025]({%slug release-notes-2025-1-205%}) from an older version. With [Q1 2025]({%slug release-notes-2025-1-205%}) a new licensing mechanism was introduced, which requires a reference the Telerik.Licensing.Runtime dll.

However, the recommended way is to ensure that you have added the `Telerik.Licensing` package to your project. This package is necessary for the newer licensing mechanism.

Refer to the [Setting Up Your Telerik Document Processing Libraries License Key]({%slug license-key%}) documentation for details on activating your license key.

Following these steps should resolve the update failure and allow for the successful update of Telerik Document Processing Libraries to the latest version, while ensuring compliance with the new licensing requirements.

## See Also

- [Licensing Documentation]({%slug license-key%})
- [Telerik.Licensing NuGet Package](https://www.nuget.org/packages/Telerik.Licensing)