2
Answers

Changing the name of a namespace

Photo of Bob Congdon

Bob Congdon

15y
2.9k
1
Another newbie question. I wrote a word processing application which began as just an online school class exercise which just kept on growing until I now have something I'd like to publish and share with family and friends. The namespace for my project began as "Lesson9Prog1" and that's the name it still has. I ran a publishing test and then installed it via the setup.exe program. Now I have an application installed called "Lesson9Prog1". For obvious reasons, this is not the name I want my installed application to have. I'd like to know how I can publish my application with a name such as "Bob's Word Processor" or something similar. Can I just go into the program and change the name of the namespace without screwing everything up or will MS Visual C# Express edition make all the necessary adjustments to the project if I do that? How can I publish my app with a name that's different than the namespace? THANKS!!

Bob C.

Answers (2)

0
Photo of Ramesh Palanivel
NA 9.5k 138.6k 8y
Hi Santosh,
 
Try this links, It may help you!..
 
https://www.codeproject.com/Tips/607801/SimpleplusChatplusprogramplusinplusC
 
http://www.c-sharpcorner.com/UploadFile/97ec13/how-to-make-a-chat-application-in-C-Sharp/