Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 16th, 2005, 04:55 AM
Authorized User
 
Join Date: Mar 2005
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Default '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


 
Old April 16th, 2005, 09:47 AM
Authorized User
 
Join Date: Mar 2005
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Default

well this is how i managed to sort this out:

if vs stops recognising projects: then remove them from sloution, remove the references from other projects, Build solution. Then add those projects back to the solution, add all the references again, and then Build. Hopefully, this should work.







Similar Threads
Thread Thread Starter Forum Replies Last Post
Duplicate Attribute Name Mitali XSLT 4 July 25th, 2008 01:26 AM
Replace an attribute with another attribute georgemeng XSLT 8 June 10th, 2008 11:04 AM
Access to attribute values from class of attribute jacob C# 1 October 28th, 2005 01:11 PM
Can't get errors to display with <html:errors> michaeldill JSP Basics 0 August 2nd, 2004 01:47 PM
Errors Errors DB Errors Ljhopkins VS.NET 2002/2003 0 July 15th, 2003 12:42 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.