Hi all,
I am working with C# windows Application (Visual Studio 2010,Sql Server 2008).Here I want to Create a SetUp Project to install my Project in Client side.Please provide solution to create a setup Project with SqlServer2008 database in c# Window Application
Regards
Nagaraju T
Loading

NAGARAJU TAMADAPosted Aug 6, 2013, 6:52 AM
Iam working with C# Windows Application.Database created in SqlServer ManagementStudio(SqlServer2008).The Database was not included When I Create a setUp Project in Visual studio2010.When I install my SetUp in client system Application works fine without database.But I include database in App.config file in my Application.
Please solve my problem
regards
NagaRaju T
Ruchi HPosted Aug 6, 2013, 6:10 AM
These articles may help you:
http://www.codeproject.com/Articles/12548/Visual-Studio-Windows-Application-Setup-Project
http://stackoverflow.com/questions/16747724/how-can-i-deploy-the-sql-server-database-with-my-setup-and-deploment-project-in