I am using Visual Basic.net 2003.
I changed the name of the default form, in a new program I am working on, from "Form1" to "frmCollections". I made the change in both the Project Explorer and the form's properties.
When I attempt to run the program I am greeted with an error message "There were errors. Continue?" with "Yes" and "No" buttons.
If I click "Yes" the program runs perfectly.
If I click "No" the Task List at the bottom of the form has the entry "Resources 'Form1.resx'. When I right click the error message an look at the solution presented I am asked to change the name, I do so and there are now 2 files with the same name and I get the same error.
If I delete one of the two I still get the same error.
Obviously I'm doing something wrog but I can't figure out what.
Thanks.
I changed the name of the default form, in a new program I am working on, from "Form1" to "frmCollections". I made the change in both the Project Explorer and the form's properties.
When I attempt to run the program I am greeted with an error message "There were errors. Continue?" with "Yes" and "No" buttons.
If I click "Yes" the program runs perfectly.
If I click "No" the Task List at the bottom of the form has the entry "Resources 'Form1.resx'. When I right click the error message an look at the solution presented I am asked to change the name, I do so and there are now 2 files with the same name and I get the same error.
If I delete one of the two I still get the same error.
Obviously I'm doing something wrog but I can't figure out what.
Thanks.