SGEN failure: An attempt was made to load an assembly with an incorrect format in VS2008

前端 未结 4 1527
逝去的感伤
逝去的感伤 2021-02-07 12:30

I was able to find several similar questions asked and answered, but none of the answers or exact conditions applied to my situation.

  1. I have a .NET 3.5 project bei
4条回答
  •  花落未央
    2021-02-07 13:06

    Have you tried changing Generate serialization assembly to Off, as suggested in this msdn post? In my case, that was the ticket.

    Just go to your Project properties, and it's under Build.

    Project Properties - Build

提交回复
热议问题