W
wenshere
I wrote such code:
Assembly asm = Assembly.LoadFrom(@"Tools.dll");
The Tools.dll is made by matlab, which contain some fuctions wrote in
matlab.
But it throws a System.BadImageFormatException!
How can I call that dll??
Assembly asm = Assembly.LoadFrom(@"Tools.dll");
The Tools.dll is made by matlab, which contain some fuctions wrote in
matlab.
But it throws a System.BadImageFormatException!
How can I call that dll??