Am I missing some parts of the compact framework?
I am trying to make some of the samples using a Sql Server CE database on this page:
http://samples.gotdotnet.com/quickst...edbcreate.aspx
According to that page, the System.Data.SqlServerCe namespace contains the definitions for the neccessary functionality. But VS2003 and 2005 say that that namespace doesnt exist. I have both the Compact Framework 1.1 and 2.0 installed. Am I doing something wrong? Do I need to add a reference? PLease help me.
Re: Am I missing some parts of the compact framework?
Hi,
add a reference to System.Data.SqlServerCe
Pete
Re: Am I missing some parts of the compact framework?
Thanks. The application works fine now. The only problem is that my pocketPC apparently doesn't have the .NET 2.0 framework installed. I thought that the .NET 2.0 framework came standard on a windows ce 2005 device. Is there any way to check that?