on ‎2021 Mar 15 6:56 PM
We had run the Error Running Crystal Reports runtime engine for .NET Framework 4 (32- bit) version 13.04.705 on a Windows 208 machine for a long time. We are now upgrading to 2019. We do not want to recompile our applications, but we get this error:System.Runtime.InteropServices.COMException: The document has not been opened. We have installed several versions of Microsoft Visual C++ . Is there a solution for this that does NOT require recompiling?
Request clarification before answering.
OK, so 13.0.4000.0 is the minimum framework version, being 4.x
On the WIKI page there is a KBA for side by side, add the config file to your EXE folder so it redirects the .NET runtime to use an older version.
I highly recommend recompiling so all of the new security fixes are used and any changes to the code in the backend are resolved.
The issue you may run into if the old app is still using older Framework is the backward compatibility may cause problems.
Don
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.