SqlMobile installation on PocketPC

S

Ste

Hi all,
I've tryed to install SqlMobile contained in Visual Studio 2005 February CTP
on a PocketPC 2003 device, exactly these two files:

sqlce30.ppc.wce4.armv4.CAB
sqlce30.dev.ENU.ppc.wce4.armv4.CAB

After the installation, I can find a "SQL Mobile\ENU" folder under \Program
Files\ , but it is empty!!

I wonder if the dev CAB should contain a tool like Query Analizer for
SQLMobile, or if is there an administration tool in this beta
version...Where I can find it?
 
D

Darren Shaffer

Ste,

There are a variety of problems with smart device development in the VS2005
Feb CTP.

Some of the ones I found include:

1. When you begin a smart device project in VS2005 CTP, namespace
System.Data.SqlServerCe does not appear in the .NET tab of Project-->Add
Reference.
You need to navigate to \Program Files\Microsoft Visual Studio 8\Smart
Devices\SDK\SQL Server\Mobile\v3.0
and select the "System.Data.SqlServerCe.dll" manually to get it referenced
in VS2005

2. When you then code against this namespace, autocomplete can't find it
and your code won't compile
if it contains code that references it

3. The SQLMobile CABs can be manually installed in the emulator but don't
actually install the tools and
shortcuts to the tools, only the DLLs.

If you want to start coding now with SQLMobile, get SQL Server 2005 Beta 2
and use VS2005 Beta 1 Refresh
together with it - this combination works well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top