Question:
I am seeing the following error while trying your SSH library in my C# WPF application:
{"Could not load file or assembly 'ChilkatDotNet45, Version=9.5.0.52, Culture=neutral, PublicKeyToken=eb5fc1fc52ef09bd' or one of its dependencies. Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESULT: 0x80131019)":"ChilkatDotNet45, Version=9.5.0.52, Culture=neutral, PublicKeyToken=eb5fc1fc52ef09bd"}
I am using VisualStudio 2013 an 32-bit ChilkatDotNet45.
I tested the same but did not experience a problem.
Here are my exact steps:
public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); Chilkat.Asn asn = new Chilkat.Asn(); } }
"warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "ChilkatDotNet45, Version=9.5.0.53, Culture=neutral, PublicKeyToken=eb5fc1fc52ef09bd, processorArchitecture=x86", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project."