web deploy causing bad image exception
Posted
by chuck taylor
on Stack Overflow
See other posts from Stack Overflow
or by chuck taylor
Published on 2010-06-02T14:13:08Z
Indexed on
2010/06/02
14:13 UTC
Read the original article
Hit count: 225
I have an asp.net web application that uses an unmanaged 32 bit dll that I have successfully running on my development machine, but when I use web deploy to move the code to our test server, I start seeing BadImageFormat exceptions.
I set the target in visual web developer to x86 and both machines are running 64 bit os's (windows 7 and windows server 2008 r2). I'm not sure what other differences there could be causing the problem. Thanks for any help you can provide.
© Stack Overflow or respective owner