Question:
I used chilkat for years, it runs perfect always, but right now I have problems.
my development is win7+vs.net2013+.net4.5, the program is no problem.When I deploy it to win2012 64bit server(.net4.6). I got the error message, Could not load file or assembly 'ChilkatDotNet*.dll' or one of its dependencies. The specified module could not be found.
so I followed the instruction to fix this issue. http://www.chilkatforum.com/questions/6262/could-not-load-file-or-assembly-chilkatdotnetdll-or-one-of-its-dependencies-the-specified-module-could-not-be-found
I choose x86 in configuration manager, and download 32bit ChilkatDotNet45.dll, the problem is still there.I check the .dll property,I don't see "unblock option".