Change Name of My Program in Task Manager
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...
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.
2 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:
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.