I Start a Demo Project just for testing.
But on this demo work good and I just tried to create a release from it. The problem, when I tried to start it (On debug mod for example) I see a process name like
(in the red circle)
I also change the properties of my project like this.
Someone have any solution to do this "DataBaseAccessValidator" to be my name in Task Manager?
To change my solution and my directory name did not work for my problem.
132 Answers
You should change the Title within the Assembly Information.
Within the Application Properties page there is a button Assembly Information, open it and change the Title. See the following links:
Application Properties then Assembly Information
The name that appear in Task Manager is the name to your executable program. You can change it, by using the properties of your project.
Right click on your project -> select Applicattion Tab -> change assembly name. 4