Hello, I am using Win 7 Home x32, vs2012 and in my project properties under BUILD tab target platform is set to Any CPU and also using ChilkatDotNet4.dll for 32bit when I am compiling the project it is giving me this below warning but i am unable to execute the app.
When I change the target platform to x86 it works fine can somebody tell me why it is happening because I want to keep target platform as Any CPU.
Warning 1 There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "ChilkatDotNet4", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. WindowsFormsApplication1
Thanks