Has anyone seen this error before

kcwallace

Centurion
Joined
May 27, 2004
Messages
175
Location
Austin, TX
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.
 
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.
 
Back
Top