I develop an app in C# with visual studio for my company. I need to use both Crystal Reports 2005 (I need to use this version due a licensing cause) which only has a x86 version and OLEDB x64 because is the corporate standard in the workers workstations.
If I target x64 machines, the OLEDB parts of the software runs properly, but the CR ones no. If I target the x86 the CR parts of the software runs properly, but the OLDB ones no.
Is there any way to, for example, target the x64 machines in order to make the OLEDB parts work, and force the app to use the X86 CR framework?