New to Telerik UI for WPF? Download free 30-day trial

Handle RadRichTextBox Unsupported Format Exception when Saving/Loading Using RadRibbonViewUI

Environment

Product Version 2024.1.130
Product RadRichTextBox for WPF

Description

The browser may sometimes block the .zip file that contains our assemblies when downloaded from your Telerik account. This is because your browser deems the site as untrusted and blocks the archive file, in order to protect your computer. If the assemblies are blocked, the MEF support will not be generated, which can lead to different errors. One such error can be raised when saving/loading the document via the RadRibbonViewUI control. The exception that is raised is of the type of UnsupportedFormatException.

Solution

The first solution will be to download the .zip archive from your Telerik account that contains the assemblies and unblock it. To do so, right click on the archive, open the Properties pane and navigate to the General tab. Locate the Unblock check box and click it and then press the OK button.

WPF Unblock .zip archive

The second solution will be to mark the site as trusted in your browser's settings. This way, future downloads of the .zip files will not result in blocked assemblies by the browser.

In this article