Duplicate AssemblyVersion Attribute

前端 未结 21 1568
暖寄归人
暖寄归人 2020-12-02 11:07

I have a project that generates following error on compilation:

error CS0579: Duplicate \'AssemblyVersion\' attribute

I have che

21条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 11:15

    I got this error when I did put 2 projects in the same directory. If I have a directory with an solution and I put a separate Web and Data directory in it compiles right.

提交回复
热议问题