When running a Crystal Reports 2008 and Visual Studio .NET 2008 windows application on a 64 bit Windows Server 2008 the following error message appears : "An error has occoured while attempting to load the Crystal Reports Runtime. Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containg the correct version of the Crystal Repors Runtime (x86, x64, or itanium) required."
I read in the forum that this error message appears because there are no 64 bit dlls for Crystal Reports 2008.
Well, I've installed either CR2008RedistSetup and CRRedist2008_x64.
When compiling the application in Visual Studio .NET 2008 I need to use the 32 bit mode or the 64 bit mode.
How can I do to solve it?