I've got a form that I have worked on over the last several months. Today I get an error when ever I change the label the (Name) propertiy of a control on the form. This error is displayed in a pop up dialog with the form title "Microsoft Visual Studio" The error is: "An error was encountered during code generation. The changes you have made in the designer have not been committed to the source code. It is recommended that you close and re-open the source file. The error message follows: Unspecified error" How do I correct this problem?
I found my problem. I have two subroutines with the same name. I removed one and the IDE is now happy.