i have finished coding a c# program and it is fully debugged. but what is the next step?
the program has to be installed on my manager's computer but i little idea how to proceed.
i know that i can publish the program to some location on my hard disk. and i have tested another program and i know that once it is published then i can cut it from that one location and paste it on some other location and it works.
but what if i cut and paste it on another computer? the project uses various classes and forms. some of the forms have been developed in other projects and i added them to this current project. if i publish it to my harddrive and i copy and paste it on my md's computer would it still run or will it tell me that it needs this class and that form is missing or something?
and what other software is needed? i know that i need the dot net framework on my md's pc. but what else is needed? do i need to install c# or anything else on my md's pc?
i would really appreciate it if someone could help me on this. and oh yes i almost forgot. i use visual c# express edition. i dont know if this fact is important.
ravenous wolf