Hi Jon,
Microsoft wants to get away from Merge Modules so we did not create one for 64 bit. MM's also don't include any dependencies CR may need.
Use the MSI and then it should work.
Also, set your project to x86 and not AnyCPU. CR runtime is for the app platform and not the OS.
Don
Hi Jon,
Download and run DebugDiag from MS and see what it captures.
Likely missing a dependency
Don
Thanks for the reply Don.
I have found that the actual exception on the client computer is reporting that the system cannot find the file log4net, version 1.2.10.0. While searching through the different forums, I believe the error is being caused due to the 64-bit crystal report runtime engine is needed to be installed on the client computer and the merge modules are only available for 32 bit.
So it looks like that I am going to have to go back and not use the merge module for Crystal Reports in my installation package and require the client to manually install the 64 bit CR Runtime engine separately from my software installation.
Add comment