C# application add readme.txt and get the installation fold
Hi,
I have finished my designing of one C# desktop application. Now I want to have one readme.txt which will pop out when I press help button. And also this txt file should be contained in the installation fold as well , in case later I can change only readme.txt instead of running into Visual Studio again.
Anyone knows how to do it?
I managed to add readme.txt as a resource, but it is not editable in the installation folder. And when I installed, it says it requires assembly Unme.Common version 1.1.0.0 be installed first in the GAC. Anone knows why? I got installed one time before, but after I modified the application, it can not get installled again. Please help me with this if you have something in mind.
Thanks
BR
Answers (19)
0
You can add multiple projects to a solution by right clicking on the Solution name in Solution explorer and Add Project option.
To use/reference a project B in project A, you use Add Reference option and select the project from the list you want to use. This step will let you use your project B in project A.