I'm trying to load data on a SQL Server CE database. Doing it on the Pocket
PC takes very long. I though I'd load it on the desktop using the tablet PC
API, using Visual Studio 2005 Beta 2 and Sql Server 2005 (Mobile).

I'm following instructions provided in the help file for Sql Server 2005 -
"Building a SQL Server Mobile Application for Tablet PCs". I'm having 2
problems.

1. I can't find "Microsoft Tablet PC API" under .NET assemblies, to add a
reference.
2. I did the rest - added "System.Data.SqlServerCe.dll" as a reference.

The application builds fine, but when it runs, it immediately stops with
this error:

System.IO.FileLoadException was unhandled
Message="Could not load file or assembly 'System.Data.SqlServerCe,
Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one
of its dependencies. The located assembly's manifest definition does not
match the assembly reference. (Exception from HRESULT: 0x80131040)"

Re: SQL Server Mobile on Tablet PC by Naveed

Naveed
Fri Sep 02 16:29:53 CDT 2005

I figured out why I couldn't get microsoft.ink. I just installed the Tablet
PC API 1.7 and added microsoft.ink, but I still get the
System.IO.FileLoadException



Re: SQL Server Mobile on Tablet PC by v-phuang

v-phuang
Fri Sep 02 20:55:23 CDT 2005

Hi

Since VS.NET 2005(Whidbey) has not been released, it is still in the beta
test period, so the behavior may be different from the final release.
So far Whidbey issue is not officially supported.
For Whidbey issue, you may try to post in vs2005 forum.
http://lab.msdn.microsoft.com/vs2005/community/

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.