Thursday, 12 September 2013

Error : Two output file names resolved to the same output path: "obj\Debug\Project1.Form1.resources"

Error : Two output file names resolved to the same output path:
"obj\Debug\Project1.Form1.resources"

I'm getting the error:
Two output file names resolved to the same output path:
"obj\Debug\Project1.Form1.resources"
This error comes while trying to run a windows form application I created.
Some searches showed me that this occurs due to the occurrence of two
.resx files. I have two .resx files in my application. Also I have two
forms in my application. I created the second form by copying the first
form and renaming and modifying the copy. The two .resx files are
form1.resx and form2.resx. How can I remove this error?

No comments:

Post a Comment