How do I get unit tests to run on a x64 platform

前端 未结 6 725
自闭症患者
自闭症患者 2020-12-14 14:20

I have a C# application that must run in x64 mode. The problem is I try to create unit tests that run methods in the x64 application and the unit test project won\'t even b

6条回答
  •  一生所求
    2020-12-14 14:41

    This error can be fixed if you clean and rebuild all of the relevant assemblies. There must be one file corrupted unexpectedly.

    One thing for VS to improve, is when the bad format exception is detected, please report the file name. Then the developer can only rebuild that file.

提交回复
热议问题