I have multiple Windows applications, some are built on Visual Studio version 13 and others are built on version 22. Now I cannot use these applications simultaneously because these apps require different SAP Crystal Reports versions.
How to install in several versions of Crystal Reports at once?
I had the same issue so i prepared a package with files from SP25 (last version compatible with 3500 release number) from the following folders:
before installing the latest release, which uninstall any old version. Then registered the following libraries from win32_x86/dotnet into the GAC using gacutil.exe:
I prepared this package several years ago so i cannot recall the reason i took those 3 folders. But it works. Recently log4net.dll, Version=1.2.10.0 has been removed from GAC so i had to re-add manually to let this work again