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)"