Forum member
windsorperma
1 post
Posts by windsorperma
-
BadImageFormatException
The exception that is thrown when the file image of a dynamic link library (DLL) or an executable program is invalid. If you get a BadImageFormatException when interfacing with a native DLL, it almost always means that you are trying to interface with a 32-bit DLL while running in the 64-bit CLR, or…
09 Dec 2020 06:17 UTC