-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CrystalReportsNinja Error #57
Comments
Regarding the application you are using. Could you use a newer version of the runtime than 13.0.26.3348? Most of the time the runtimes are backwards compatible with the apps that use them (not always). If so, my fork uses version 13.0.28. You could try that by uninstalling the version 26 runtimes and installing 28 or later. Or download the rainforestnet source and compile it with version 26. I don't think you'd get any errors when compiling. |
Ok, I'll ask the application provider to confirm that 13.0.28 will work. If not, I'll compile with version 26. |
I am having the same problem as @Boem1 When editing the version number in the xml and then replacing the DLL's it asks for the enterprise DLL's, then once compiled it fails to work with a NO_INTERFACE error when we try to run it. I have tried your build but the version is too new (we are on crystal runtime 13.0.2500, our app is incompatible with new versions) |
You need to uninstall CR for VS and the runtimes, install the version of CR for VS and the runtimes you want. then on whatever computer your running from make sure the correct version of the runtimes are installed. also pay attention if you are using x86 or x64 as they have separate runtime installs. no need to remove the DLLs or mess with the XML as VS should recognize whatever version you have installed on your build machine. |
I gave this a try on a fresh machine however without dll pointing the references are not found despite the correct runtime being installed, when manually pointing to the CrystalDecisions DLL files without XML edits it returns :
|
Hi,
I'm using an application that requires a newer runtime version: 13.0.26.3348, so when I'm trying to install the version 13_0_20, the installer asks to uninstall the existing version.
As I cannot do this, I tried to launch the CrystalReportsNinja, but I got the attached error:
"Could not load file or assembly Crystaldecisions.CrystalReports.Engine Version 13.0.2000.0 ..."
Did this error appear due to the incorrect CR runtime version ?
If so, is there a way to solve it ?
Thanks a lot for your support.
The text was updated successfully, but these errors were encountered: