I am trying to install CRRuntime_64bit_13_0_8.msi on a Windows 8 64bit PC. I am getting an error, failing to register modules (crtslv.dll, pageobjectmodule.dll etc etc). Skimming through the errors the PC asks for a reboot after the install. I have run the Microsoft C++ Redistributable Package for x86 platforms and it didn't help.
Interestingly I have installed the same file on another PC which is exactly the same without issue although it never asked for a reboot. However on this PC when running my vs2012 application, which target framework is .net 3.5, the reports fail to load. The error: 'The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception' shows. The application running on XP (32bit) and on a windows 7 (64bit) PC works fine.
So I have 2 issues. The install of the msi file on one PC and then the failure of the reports to load on the other PC.
Any help appreciated
Peter