New to Telerik Document ProcessingStart a free 30-day trial

Dealing with FileNotFoundException - Could not Load File or Assembly System.IO.Hashing

Updated on Mar 19, 2026

Environment

VersionProductAuthor
2026.1.304RadPdfProcessingDesislava Yordanova
.NET 8 (or newer) Target OS: WindowsTarget Framework-

Description

When exporting a PDF document using the PdfFormatProvider, the following error occurs: System.IO.FileNotFoundException: 'Could not load file or assembly 'System.IO.Hashing'.

Solution

The Telerik.Windows.Documents.Fixed NuGet package has a dependency to the System.IO.Hashing introduced in version 2026.1.304.

In case your project throws the exception at runtime, install the System.IO.Hashing NuGet package manually.

See Also