on 2023 Dec 11 12:24 PM
Error 701 Assembly 'CrystalDecisions.Web, Version=13.0.4000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' uses 'log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a' which has a higher version than referenced assembly 'log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a' c:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet\CrystalDecisions.Web.dll NSDL.DepositoryParticipantModule
Request clarification before answering.
Your application is referencing version 1.2.13.0 of Log4Net. However, the Crystal .NET SDK uses version 2.0.12.0. You need to upgrade the version of Log4Net that your application is using so that it matches what the SDK requires.
-Dell
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Do a search on your drive(s) for log4net.dll. Check to see whether any of the files that are found are version 2.0.12.
2. If you don't have the correct version get it from the NuGet repository. This will install it so that VS can use it.
3. Remove the old version from the References for your project and add the new version.
-Dell
User | Count |
---|---|
53 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.