I have a C # web application that uses a 32 bit dll. Every time I try to access a service, I get
"Could not load file or assembly 'RegCheck' or one of its dependencies. An attempt was made to load a program with an incorrect format. "
I turned on the IIS pool to enable 32-bit, reset everything, tried again, but still the same error.
Most of the problems I found were resolved by changing 32bit enabled = true. Any ideas?
source
share