From 2b6fed56f17caf0c41f82d1b4818d6faf3adbc6a Mon Sep 17 00:00:00 2001
From: mark-sil <83427558+mark-sil@users.noreply.github.com>
Date: Thu, 18 Dec 2025 15:41:15 -0500
Subject: [PATCH] LT-22309: Fix RAMP error loading System.IO.Compression
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
The latest System.IO.Compression nuget package (version 4.3.0)
contains version 4.1.2.0 of System.IO.Compression.dll. Palaso
and Flex are both using version 4.2.0.0 of the dll. From what I’ve
read it sounds like 4.2.0.0 is provided by the .NET Framework 4.6.2
or the runtime.
Adding the bindingRedirect resolved the error.
Note: I was not seeing the problem on a debug build, it was only
happening on a release build.
Change-Id: Icf8a379b21f40308ecbf5f4839d0e1f00d11901a
---
Src/Common/FieldWorks/App.config | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Src/Common/FieldWorks/App.config b/Src/Common/FieldWorks/App.config
index ae17083484..923ff39c65 100644
--- a/Src/Common/FieldWorks/App.config
+++ b/Src/Common/FieldWorks/App.config
@@ -26,6 +26,10 @@
+
+
+
+