11
The project was created with the name Windows and I want to change. The problem is that if I just right-click the project and rename it, the project gets full of error. I tried to change Assembly name and Default namespace but it also causes a lot of error.
What is the correct way to rename? if possible.
If you changed the name of the project, did not change the
namespace
. Which one do you want to actually change? Give more details of how the project is going, post a screenshot of it, some piece of code that is relevant, ponde is giving error.– Maniero
I put a print of the places I want to change. If I change these places, from the error in the project in general, it does not compile.
– Gabriel Bernardone
Give examples of errors presented.
– Maniero