Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
I have developed a windows application with sql server 2005 in c#3.5,my problem is what are the softwares need to run EXE in client Sysem.and how to create EXE.
Posted

1 solution

You will need to build your solution (probably for release: see the "Configurations" just below your menu in VS - change "Debug" to "Release"

To run it on your client system you will need the appropriate .NET framework as a minimum, along with anything else you reference that is not part of .NET

The easiest way is to create a new Set up project and let it handle the dependencies.

You may find you need SQL Server on your client: I don't know how your client's network / database is configured, so I can't help there.
 
Share this answer
 
Comments
Venkateswara Rao Reddipalli 14-Feb-11 7:40am    
thank u

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