From 36057007b6311d8f3563b87cbac11f24504d4a9d Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 25 Jan 2021 08:20:53 +0100 Subject: [PATCH] Updated Xamarin Could not load file or assembly (markdown) --- Xamarin---Could-not-load-file-or-assembly.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Xamarin---Could-not-load-file-or-assembly.md b/Xamarin---Could-not-load-file-or-assembly.md index 2af6f8a..a1e9533 100644 --- a/Xamarin---Could-not-load-file-or-assembly.md +++ b/Xamarin---Could-not-load-file-or-assembly.md @@ -10,6 +10,15 @@ TearDown : System.NullReferenceException : Object reference not set to an instan or +``` +The operation failed. +Bind result: hr = 0x80070002. The system cannot find the file specified. + +Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll +Running under executable C:\git\WireMock.Net\examples\WireMock.Net.Console.Net461.Classic\bin\Debug\WireMock.Net.Console.Net461.Classic.exe +``` + + ### Solution: Adding assembly binding redirects to the app.config for the assemblies which have an error.