vote up 1 vote down star

I have a Windows mobile project an have added a small sqlite database to it. I have set the "Copy to Output Directory" on the db file to "Copy Always". But how do I get the database to be deployed with the project?

flag

67% accept rate
Depends on how exactly do you do deployment. What's your deployment model? – Rinat Abdullin Jun 20 at 12:32

1 Answer

vote up 2 vote down check

If you mean "how do I get Visual Studio to deploy the file when I hit F5" then you need to set the "Build Action" to "Content". If you mean "How do I deploy the database to end users along with my application" then the answer is that you need to include the database file in your application deployment CAB.

link|flag
Thanks, haven't tested yet. but it was excacly what I wanted. =) – Qwark Jun 20 at 13:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.