I have a C# Console Application that I built in Visual Studio 2013 using the 64-bit Visual Studio Runtime Engine sp 15. I am building the project in x86 meaning that the project is building in 32-bit.
My project is referencing the following Crystal Report libraries located in my win32_x86 directory
CrystalDecisions.CrystalReports.Engine
CrystalDecisions.ReportSource
CrystalDecisions.Shared
I installed the 32-bit MSI redistibutable on the client's machine. Afterwards, when I navigated to his win32_x86 directory, the only .dll file was:
CrystalDecisions.Data.AdoDotNetInterop.dll
I have the feeling that I will need to install Visual Studio 2013 as well as full Visual Studio Crystal Report Runtime Engine on the client's machine to get the libraries installed that my program references. Thoughts?