Looks like MSVS 11.0 Beta spoiled a MSVS 10.0 installation

后端 未结 8 1967
野的像风
野的像风 2021-02-05 15:24

I ran into compilation problems with my MSVS 10 after installing MSVS 11Beta. Now, when I compile my C# Projects in MSVS 10 (Projects created in MSVS 10; Target framework: 3.5),

8条回答
  •  走了就别回头了
    2021-02-05 15:44

    In my case, I received that error message when trying to build a solution on a 32-bit Windows 7 machine. The way to resolve the error for me was to right-click on the project, choose properties, then go to the Build tab. In here I changed the "Platform target" from "Any CPU" to "x86". HTH

提交回复
热议问题