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.

13

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:

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy