Click here to Skip to main content
15,922,166 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir, can you pl tell me what are the files or folders i have to take from my pc to another pc,to work with that software which i have built using c# windows app and Sql server 2005.
Posted
Updated 13-Jul-10 8:54am
v2

You'll need the correct version of .Net installed on the target machine, as well as all of the compiled output of your project.

If you're database is held locally you may need to copy that as well.
 
Share this answer
 
On a high level, from development prespective, all the files and folders that are referred/referenced in your application would be needed.

It might happen certain files are common shared across system (already available on other syatem) - you can leave those.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900