'Duplicate 'AssemblyTitle' attribute' errors
Even though this post does not directly relate to thePhile, but as i am following the same development appraoch, i have posted this message here.
I have a solution file inside VS which contains a number of projects (similar to thephile).
Everything was working perfectly well, but NOW I am getting strange errors when I build my solution. The error i get is :
'Duplicate 'AssemblyTitle' attribute' ... plus the same error for other attributes in the AssemblyInfo.cs
Even though, I have many projects in the solution, I get the above error for my 2 projects only (AccountsData and ThePhile projects).
I have checked the follwoing for my projects: All the projects have unique namespace. Every AssemblyInfo.cs class in my projects includes:
[assembly: AssemblyKeyFile(@"\MySolution\Keys\MyProject.snk")]
MyProject.snk is located at: C:\MySolution\Keys
I have re-build every project individually
But I just keep on getting this 'Duplicate 'AssemblyTitle' attribute' errors.
Any solution, please. Thanks
|