how do i deploy c# project

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2007
Posts: 164
Reputation: Ravenous Wolf is an unknown quantity at this point 
Solved Threads: 1
Ravenous Wolf Ravenous Wolf is offline Offline
Junior Poster

how do i deploy c# project

 
0
  #1
Nov 30th, 2007
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.
... what society overwhelmingly asks for is snake oil. Of course, the snake oil has the most impressive names —otherwise you would be selling nothing— like "Structured Analysis and Design", "Software Engineering", "Maturity Models", "IPSE", "MIS", "OO", "BPRE".... by Edsger W. Dijkstra
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 103
Reputation: mariocatch is an unknown quantity at this point 
Solved Threads: 17
mariocatch mariocatch is offline Offline
Junior Poster

Re: how do i deploy c# project

 
0
  #2
Dec 1st, 2007
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 35
Reputation: yagiD is an unknown quantity at this point 
Solved Threads: 7
yagiD's Avatar
yagiD yagiD is offline Offline
Light Poster

Re: how do i deploy c# project

 
0
  #3
Dec 3rd, 2007
if you know/discover your dependencies, you may also use a third party setup script. You may try Innosetup.
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: how do i deploy c# project

 
0
  #4
Dec 6th, 2007
Also, Visual Studio has Deployment project, too. MSDN has some excellent documentation that will allow you to build a pretty decent Setup.exe program.
Alex Cavnar, aka alc6379
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 35
Reputation: yagiD is an unknown quantity at this point 
Solved Threads: 7
yagiD's Avatar
yagiD yagiD is offline Offline
Light Poster

Re: how do i deploy c# project

 
0
  #5
Dec 6th, 2007
@alc
the problem is.. express version doesn' t have it.
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: how do i deploy c# project

 
0
  #6
Dec 6th, 2007
Originally Posted by yagiD View Post
@alc
the problem is.. express version doesn' t have it.
Yikes! sorry I missed that!

Yeah in that case, you can just use the Deploy functionality built into there. My bad!
Alex Cavnar, aka alc6379
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 172
Reputation: Jugortha is an unknown quantity at this point 
Solved Threads: 16
Jugortha Jugortha is offline Offline
Junior Poster

Re: how do i deploy c# project

 
0
  #7
Dec 19th, 2007
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC