I have created an application using C# which makes use of a MSSQL Express database. Now that my project is completed I would like to package the application and database into a single executable which can be run on any machine making use of the .net 3.5 framework.
My questions are:
1. Am I able to package both the application and database into a single executable?
2. If I am able to do 1, will the user need to download and configure a copy of MSSQL Express edition in order to run the application?
mattaseymour 0 Unverified User
Recommended Answers
Jump to Posti think the answer to your question is no. you can not pack it to single executable. the user has to have sql server express installed. if you work with embeded sql server, it may work the way you expected. You can do that with ms access since it is …
All 3 Replies
sknake 1,622 Senior Poster Featured Poster
serkan sendur 821 Postaholic Banned Featured Poster
mmanimkce 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.