BadImageFormatException debugging web site running in x64 mode

前端 未结 4 1649
粉色の甜心
粉色の甜心 2020-12-30 04:14

There are a lot of questions on this forum about the BadImageFormatException, but none quite matches my issue.

I have a solution containing several proj

4条回答
  •  攒了一身酷
    2020-12-30 05:05

    Rebuild the referenced assembly using the "AnyCPU" setting. This would allow the class contained in it to be instantiated within a 32-bit process, or in a 64-bit process.

提交回复
热议问题