Replies

bachapk
13 Jun 2014, 22:17

I am also facing the exact problem. When I am calling a 32 bit DLL then following error appears:

Crashed in OnTick with BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)

I know if we compile the dll with AnyCPU or x64 option then this error will be removed but I don't have source code of the dll. Any help how we can find a solution?


@bachapk