How do I set compiler option to any CPU in Visual Studio.NET 2002? I am trying to run windows application on 64 bit CPU's and its throwing error for loading crystal report files. Rest of the application runs fine except crystal report (.rpt) files.
Following is the error message:
Error Message : just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {CF76A644-314B-404D-8D45-F08B51FF990B} failed due to the following error: 80040154. at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()