Click here to Skip to main content
15,904,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Team,

I am beginner , I have made simple Windows based C# project having SQL server 2008 backend for database storage.

I made setup file for it and installed on other system ( other than my system )
It installed but database is not working ,



So please tell me How to create database storage so that , it will run on other system

Many Thanks

Rectus
Posted
Comments
[no name] 2-Jun-14 19:15pm    
Set SQL Server as a pre-requisite for whatever program you are using to create your setup file in. And read the documentation for your setup creation program. Googling would probably have given you a more specific answer.

1 solution

Fllow these steps:

1)Add new project > other projects >select Setup
2)Add primary output along with that add "content file"
if you have your database in your project

As you explain we accept that you know that how to create setup so you just add contains file in your project contain file having all dll all files along with database



Try this if its work accept the answer





http://www.msdotnet.co.in/2012/06/how-to-create-setup-fileexe-file-from.html#.U41Wkyh6Pt0[^]
 
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