cancel
Showing results for 
Search instead for 
Did you mean: 

How can I fix these problem?

vinayakpatil94
Discoverer
0 Kudos
335

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

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

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

vinayakpatil94
Discoverer
0 Kudos

Yes, How can I upgrade Log4Net version?

DellSC
Active Contributor
0 Kudos

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

Answers (0)