Hi,
We are getting into the world of SQL Server Compact 3.5 now. :)
But, because we don't have VS2008, needed to use VS2005.
WinCE 5.0 emulator with included default os image is being used.
We tested deploying it under VS2005 with setting the path of
System.Data.SqlServerCe in reference.
But, it seemed not to deploy SQL Server Compact 3.5 for ARM.
In this situation, to develop and deploy the DB apps, how do I?
How can we deploy the SQL Compact 3.5 automatically?
Thanks in advance.
JP
Ginny Caughey MVP - 06 Aug 2008 19:36 GMT
I haven't attempted to deploy SQL Compact 3.5 from VS 2005 - I don't even
have VS 2005 installed any more - so I'm just guessing. But you might try
adding those DLLs as Content.

Signature
Ginny Caughey
Device Application Development MVP
> Hi,
> We are getting into the world of SQL Server Compact 3.5 now. :)
[quoted text clipped - 11 lines]
>
> JP
Paul G. Tobey [eMVP] - 06 Aug 2008 19:40 GMT
Or just copy the installation CAB files for SQLCE 3.5 to the emulator and
extract them there.
Paul T.
>I haven't attempted to deploy SQL Compact 3.5 from VS 2005 - I don't even
>have VS 2005 installed any more - so I'm just guessing. But you might try
[quoted text clipped - 15 lines]
>>
>> JP
MichaelH - 11 Aug 2008 16:49 GMT
I am able to deploy the SQL Server Compact 3.5 with VS2005 for both Windows
Mobile and WinCE 6. For Windows Mobile, the System.Data.SqlServerCe.dll and
support files must be included in the setup and deployment . For WinCE 6,
include the files in the image build. In both cases, the application must
have a reference to System.Data.SqlServerCe.dll for SQL Server Compact 3.5.
Good Luck.
Michael H.
> Hi,
> We are getting into the world of SQL Server Compact 3.5 now. :)
[quoted text clipped - 11 lines]
>
> JP