Question:
I downloaded the ChilkatDotNet4-9.4.0-win32.msi and installed it. I added the dll and used it in my project. The project is compiled using X86 as target CPU. When I tried to deploy it using ClickOnce on a windows7 64bit system, I get an error when trying to use the ChilkatDotNet4.dll “Could not load the file or assembly”. The ChilkatDotNet4.dll is set in the project as a local copy and in the publish Status is ‘include’ and download group ‘required’ for click once deployment. The DLL was copied to the system during the ClickOnce deployment procedure.
Is the ChilkatDotNet4.dll usable in a ClickOnce deployment ?