Framework Version Error

G

Guest

Hi,
Just wondering if anyone may have any idea on this one:
I have a small vb.net app (VS 2003) running on CE.Net 4.2. I have MS SQL
Server CE 2.0 installed on the developement workstation also.

Form the following pager
http://samples.gotdotnet.com/quickstart/CompactFramework/ I am trying to run
the QuickStart Example "SQL Server CE Database Creation". I am gettng the
following error when I try to run it:
Error. This application requires a newer version of the Microsoft.NET
Compact Framework than the version installed on this device.

The version I have is the CF 1.0 SP3

Any ideas?

Thanks
 
P

Peter Foot [MVP]

Is the Sql CE cab file correctly deployed to your device before running the
application - this includes the SQL specific dlls and System.Data.Common.dll
and this error will occur if these files are absent.

Peter
 
G

Guest

How do I make sure the SQL cab file is correctly deployed. I assumed when I
installed the Developer tools, anything needed on the device would be
installed also.
Another thing, I notice that a prerequisite was The Visual embedded tools. I
didn't have this installed,could that have helped cause the problem?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top