Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i developed C# with SQL 2008 win form project.

i know c# project deploying method but how sql deploy, before deploy sql what are the steps follow. how deploy c# with sql? how install client system?

What I have tried:

i tried C# and sql deployed. but i installed client system sql did not work. other forms working.
Posted
Updated 15-Dec-16 20:57pm

1 solution

1.To deploy this you need to create MSI Setup of your project.

2.And SQL 2008 Runtime(not manager or developer version) installed on client PC. you can add this SQl runtime in your project by referring below link .


[Setup And deployment].

3.Make sure the database files are located in the same folder as your DB Path after installation.
 
Share this answer
 
Comments
Venkatachalam Vijayakumar 21-Dec-16 8:22am    
Hi thanks your response. i did not used any store procedure and xml files is my project work client system? i am used Microsoft sql server 2008. where i collect sql 2008 developer version.

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