I asked this question yesterday, perhaps with a bad subject line.

I'm including SQL Server CE in my Windows CE.NET 4.2 platform. I do so by
adding the SQL Server CE 2.0 component and the SQL Server CE 2.0 .NET Data
Provider component. My application runs, but it seems there are some
components missing. The Query Analyzer is not installed, and I don't get
any text in my error messages (using the SqlCeError Message() method).

If SQL Server CE is installed by Visual Studio.NET while debugging an
application, the
Query Analyzer shows up in the start menu, I get the proper error messages
and the
SQL CE files are installed nicely in the \windows\sqlce2.0 folder.

I thinking I must not have included SQL CE in the platform correctly. What
more do I need to do besides add the above components?

Thanks,
Fred