Dynamically Loading .NET Assembly (32-bit or 64-bit)

Found a nice technique for dynamically loading a native .NET assembly and automatically choosing the appropriate one to match the loading process’s address space (32-bit or 64-bit). The source is located here: http://www.chilkatforum.com/questions/2966/why-separate-32-and-64-bit-chilkat-libraries-for-net and reproduced here: — I prefer another solution to this problem. It allows you to have a mix of 32 and 64 bit apps in the same […]

v9.5.0.47 Micro Update: New Features, Fixes, Changes, etc.

FTP2: The MLSD extension was not used in some cases where the FTP server actually supported it. Certificates: When finding the issuer (internally), Chilkat will always first check for an authority key identifier, and if found will search for the cert with the matching subject key identifier. Otherwise it will locate the issuer by distinguished name. TLS: Fixed the “Unsupported […]