Application requires a newer version than CF 2.0 - Now what?

J

JamesL

OK,

I created the program in VS 2005 Beta 1. It runs on my device with CF 2.0
installed. The specific build of CF 2.0 installed to my device was loaded
there BY VS 2005.

When I deploy the cab to another device and download CF 2.0 from the
Microsoft website and install that CF 2.0 to the device I get the following
error:

This application requires a newer version of the Microsoft .NET Compact
Framework then the version installed on the device.

How could CF 2.0 from VS2005 be newer than CF 2.0 from the website?

What do I try now?

I am sorry to be such a pest but this whole exercise was designed to be
ready for the release of VS2005.

James Lysaght
 
D

Daniel Moth

You could check the CF 2.0 build version numbers (run cfgacutil.exe from the
windows folder).
NETCF 2.0 Beta 2 is: 5056

Cheers
Daniel
 
J

JamesL

OK, I did that...
ON the machine the program works on it is:
Microsoft (R) net

Compact Frame work

2.0.4135.0, 1.0.4292.0

On the machine giving the error it is:
Microsoft (R) net

Compact Frame work

2.0.5056.0, 1.0.2268.0

Isn't 5056 newer than 4135? Isn't 5056 the newest? So why does 5056 claim
that application was developed on a newer version? When I install 5056 to
my device I get the same error but what is worse is that my VS 2005 then
doesn't work and has to be reinstalled. It even warns you of this part on
the download page for 5056.

I sure appreciate all the help on this because this part is very difficult
for me to understand.

James Lysaght
 
I

Ilya Tumanov [MS]

I suspect you see this message because your application uses something which
was removed in Beta2.

Remember, it's pre release software, there's no guarantee of compatibility
between pre release versions.

You should update your VS to Beta 2 and recompiling your app.

Also, there's no go live license for Beta 1, so you can deploy applications
based on Beta 1.


Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 

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