Archived Forum Post

Index of archived forum posts

Question:

Could not load file or assembly 'ChilkatDotNet45.dll' or one of its dependencies.

Sep 10 '15 at 03:09

Hello, I use vs2015 to develope application. But when distribute my application on other system. It can't load the chilkatdotnet45.dll. How to resolve this problem?


Answer

I have try with install vc_redist.x86.exe and vc_redist.x64.exe


Answer

The ChilkatDotNet45.dll is built with VS2012 or VS2013 (there are downloads for both, so it depends on which you downloaded). You would need the VC++ runtime corresponding to VS2012 or VS2013 (which is VC++ 11 or VC++ 12)

The ChilkatDotNet46.dll is built with VS2015. In that case, you would need the C++ runtime corresponding to VS2015..


Answer

Do you means "isual C++ Redistributable for Visual Studio 2015"? I have downloaded the two versions x86 and 64bit, and I have installed the two version in the target pc, but it has still the same problem.