Question:
I have an issue with the components installing my application in our 2012 windows server. The only way I managed to use the email component was when I compile the application in Target cpu X86 mode, but I want the application in X64 or AnyCpu mode.
I have installed the ChilkatDotNet45.dll to the GAC (both 32 and 64 bit versions) but no luck. I have found several posts in the internet but the only thing that solves my problem is if I set all the project to X86 target cpu
What can I do to avoid these issues? My application consists of 3 projects that reference ChilkatDotNet45.dll. the version I have is 9.4.1.0 What I want is to use the x64 bit version no matter what...
Here are some bits of information that may help you to understand/resolve the problem: