kcwallace Posted September 25, 2007 Posted September 25, 2007 I am working wirh an ASP.NET 2.0 application. I went to build it, and the following error occured. Can anyone help? The item "obj\Debug\Fields.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter. Quote Go Beavs!!!
mooman_fl Posted September 26, 2007 Posted September 26, 2007 I can't tell you exactly what causes it or how to fix it, but I can point you to a Microsoft forum that discusses it with some possible solutions. http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=550253&SiteID=1 Quote "Programmers are tools for converting caffeine into code." Madcow Inventions -- Software for the Sanity Challenged.
Administrators PlausiblyDamp Posted September 27, 2007 Administrators Posted September 27, 2007 Have you renamed a form or resx file recently? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
kcwallace Posted September 27, 2007 Author Posted September 27, 2007 I converted the project from .net 1.1 to 2.0 using the .net upgrade wizard. I fixed the problem by copying the aspx page and the code behind file to another directory. Then I deleted the page from the project, created a new blank page, and copied the html and codebehind from the original files to the newly created file in the project. Quote Go Beavs!!!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.