c# namespace name form1 could not be found code example
Example: c# namespace name form1 could not be found
You should exclude that form from the project, rebuild, move the files to your source folder and then include the form in the project again.
Then you should be able change the namespace and build successfully.