I have a project that generates following error on compilation:
error CS0579: Duplicate 'AssemblyVersion' attribute
I have checked the file AssemblyInfo.cs
and it looks like there is no duplication there.
I found this article on MSDN which addresses a similar problem and following the suggestion in this article fixes the problem as well.
Can anyone tell me what's going on here? Does it happen only in case of having two or more projects with classes having similar names? Or is it something else?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…