
Signature
Erik Ejlskov Jensen - MCTS: Mobile App Dev
Erik,
>For detailed instructions on how to update your development environment for
>SQL Compact 3.1, see Steve Lasker's blog:
>http://blogs.msdn.com/stevelasker/archive/2007/08/07/configuring-visual-studio-2
005-for-use-wtih-sql-server-2005-compact-edition.aspx
thank you very much for your assistance. This blog helped me
installing the SQL Compact 3.1 to Visual Studio.
Unfortunately there is still one glitch and maybe you can help me
fixing it:
After I created a new C# Windows project, added a database to it,
created a table, dragging the table to the form and finally startet
the application, I get an DllNotFoundException telling me the
sqlceme30.dll is missing. I have to copy sqlceme30.dll, sqlceqp30.dll
and sqlcese30.dll manually to the projects bin/Debug directory to get
it running. How can I tell VS to do this job for me when adding a
database to the project?
Dirk
ErikEJ - 28 Nov 2007 09:47 GMT
You should install the Desktop runtime, and all components will be globally
available.

Signature
Erik Ejlskov Jensen - MCTS: Mobile App Dev
> Erik,
>
[quoted text clipped - 17 lines]
>
> Dirk
Dirk Michaelsen - 28 Nov 2007 10:27 GMT
Erik,
>You should install the Desktop runtime, and all components will be globally
>available.
I actually installed the desktop runtime (it's step 2 in Steve
Lasker's Blog which I followed step-by-step). But the required DLLs
are not part of the SQL Server CE installation. The mentioned DLLs can
be found in the Common/IDE directory of Visual Studio 2005. It looks
like VS still uses SQL Server Mobile Edition instead of Compact
Edition.
Dirk