Hi,

How do u deploy SQL Mobile database together with ur application in the
emulator? I save the database file in one of my projects and when I deploy tt
project, this db file is not deployed to my emulator but my exe is deployed.
it gives me error when my application tries to open the db.

--
Johnson

RE: how do i deploy my SQL Mobile database to my emulator? by Marino

Marino
Tue Apr 03 06:26:00 CDT 2007

Try to change the properties for the database file in your project. Set the
'Build Action' to 'Content'. Also set 'Copy to Output Directory' to 'Copy if
newer'. This should work for VS2005.

--Marino

"Johnson" wrote:

> Hi,
>
> How do u deploy SQL Mobile database together with ur application in the
> emulator? I save the database file in one of my projects and when I deploy tt
> project, this db file is not deployed to my emulator but my exe is deployed.
> it gives me error when my application tries to open the db.
>
> --
> Johnson