cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dhanashivam
Level 2

Error - 5008: This 32-bit package cannot include 64-bit data. The 64-bit data may com

Hi
I am creating my InstallShield MSI package by using VS2015. My solution is VC++ - 32 bit solution and few projects (C#) are created also in X86.

I am able to build the solution but unable to build the InstallShield project. I got the above error and unable to find which 64 bit DLL i am referring in my project.

Please help me to identify and fix the issue.

Thanks,
Dhana
Labels (1)
0 Kudos
(1) Reply
Jamesbo
Level 5

are you using any windows DLLs? Such as defining an ODBC DSN or such? If so make sure your path to them is defined as rather than System32\ (which is 64 bit dlls on win x64).

I've had that trip up an install once.
0 Kudos