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
Last edited by Ravenous Wolf; Nov 30th, 2007 at 3:20 am.
If you publish it creates a clickonce application shortcut that packages together each file that is part of the entire solution as a .deploy. It is given a pre-made installer and even installs .NET framework on the machine.
ok u can use the xcpoy command to deploy your project instead of the deployment program offered by VSutdio
it is quite simple
Tape xcopy in the MSDN help and u will see how it runs
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.