Hello all,
I am trying to write a script that is referencing ChilkatDotNet45.dll. However, when I try to test the script, I am getting an error:
Could not load file or assembly 'ChilkatDotNet45.dll' or one of its dependencies. The specified module could not be found.
Looking at the Chilkat website, it has a requirement for VC++ 2013:
The Chilkat .NET 4.5 assembly requires the VC++ 2012 or 2013 runtime to be installed on any computer where your application runs. Most computers will already have it installed. Your development computer will have it because Visual Studio has been installed. However, if deploying to a computer where the required VC++ runtime is not available, the following error will occur:
Could not load file or assembly 'ChilkatDotNet45.dll' or one of its dependencies. The specified module could not be found.
Has anyone else come across this kind of issue before? How do I get the script to know it needs to use VC++?
Thanks, Paul