diff --git a/knowledge-base/binaryformatter-exception-after-upgrade-to-net5.md b/knowledge-base/binaryformatter-exception-after-upgrade-to-net5.md
index 35bca9b7a..d45658fc3 100644
--- a/knowledge-base/binaryformatter-exception-after-upgrade-to-net5.md
+++ b/knowledge-base/binaryformatter-exception-after-upgrade-to-net5.md
@@ -1,8 +1,8 @@
---
title: BinaryFormatter Serialization and Deserialization Are Disabled
-description: "Learn why .NET 5 projects may throw the error 'BinaryFormatter serialization and deserialization are disabled within this application' and how to fix it."
+description: "The error 'BinaryFormatter serialization and deserialization are disabled' indicates restricted use due to risks from unsafe data handling."
type: troubleshooting
-page_title: Error related to disabled BinaryFormatter serialization in .NET 5
+page_title: BinaryFormatter Serialization and Deserialization Are Disabled
slug: binaryformatter-exception-after-upgrade-to-net5
tags: .NET 5.0
ticketid: 1494918
@@ -18,12 +18,16 @@ res_type: kb
ProgressĀ® TelerikĀ® Reporting |
Up to R3 2020 |
+
+ Target Framework |
+ .NET 5.0 |
+
## Description
-The following error might be thrown after upgrade to .NET 5 from .NET Core or Blazor Projects.
+The following error might be thrown after upgrading to .NET 5 from .NET Core or Blazor Projects.
## Error Message
@@ -35,7 +39,7 @@ BinaryFormatter serialization and deserialization are disabled within this appli
## Solution
-In the [Telerik Reporting R1 2021(15.0.21.120)](https://www.telerik.com/support/whats-new/reporting/release-history/progress-telerik-reporting-r1-2021-15-0-21-120) release, the issue is resolved. If you are using a previous version, we strongly recommend upgrading. If that's not possible, you can use the suggested workaround below.
+In the [Telerik Reporting R1 2021(15.0.21.120)](https://www.telerik.com/support/whats-new/reporting/release-history/progress-telerik-reporting-r1-2021-15-0-21-120) release, the issue is resolved. If you are using a previous version, we strongly recommend upgrading. If that's not possible, use the suggested workaround below to overcome the error stating "Binaryformatter serialization and deserialization are disabled within this application".
## Suggested Workarounds