I have created a windows form application in C# with name test_1. I want to rename it. I manage to rename the solution but I can't rename the folder which contains the form, bin, resources etc. etc.
Any Help???
I have created a windows form application in C# with name test_1. I want to rename it. I manage to rename the solution but I can't rename the folder which contains the form, bin, resources etc. etc.
Any Help???
You can only do this in the Windows Explorer and then manually update the solution file (*.sln) to make sure that it still works. In addition you might want to update the assembly name and the default namespace in the project settings.