I had the same problem and I removed all the crystal report references and saved the project. Then added the reference back and it worked for me.
How to fix Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
Waterman, Tyrique
0
Reputation points
Using VB 2022 and I have this issue that I can not get resolved.
using .net framework 4.8 and I tried using x64, x86 and nothing has worked
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
2 answers
Sort by: Most helpful
-
-
Amarjit Singh 0 Reputation points
2025-06-18T07:45:35.01+00:00 I had exactly same issue...tried almost everything...finally was able to solve this by updating my references in my project...removed all references to CrystalDecisions.* and added from "C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win64_x64\dotnet"
and everything went back to normal, all working!
I have Windows 11 x64. hope it helps someone else.