How to update CF

H

hakan aktan

Hi,
i am coding on a win ce 4.2 device vb2003 by using cf 1.0.
I have updated my Compact Framework with SP3 on my desktop but when i run
this code at my device :

MsgBox("Version: " & System.Environment.Version.ToString)

It gives : "Version: 1.0.2268.0"

I think i am doing something silly .What' s wrong with this?

Thanx in advance
 
S

Sergey Bogdanov

Copy a cab file (e.g. this one: netcf.all.wce4.ARMV4.cab) from:
....Program Files\Microsoft Compact Framework SP3\

into device and install.
 
H

hakan aktan

Ok, That's it.
Thanks

--
Hakan Aktan
Software Developer
ASIS Ltd. AR-GE

haber iletisinde sunlar? said:
Copy a cab file (e.g. this one: netcf.all.wce4.ARMV4.cab) from:
...Program Files\Microsoft Compact Framework SP3\

into device and install.


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


hakan said:
Hi,
i am coding on a win ce 4.2 device vb2003 by using cf 1.0.
I have updated my Compact Framework with SP3 on my desktop but when i run
this code at my device :

MsgBox("Version: " & System.Environment.Version.ToString)

It gives : "Version: 1.0.2268.0"

I think i am doing something silly .What' s wrong with this?

Thanx in advance
 

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