Master Chiko
Master Chiko

Reputation: 1

How to install .net on Windows CE 6.0 (Motorola)

How to install .net on windows CE 6.0 Motorola device?
I tried copying files .net 2.0 and .net 3.5 still not working.
Please reply, Thank you, MC

Upvotes: 0

Views: 10022

Answers (2)

etalon11
etalon11

Reputation: 984

If you have installed Visual Studio 2008 with Mobile-Device-Development and Compact Framework, you will find the installation-files in this directory:

C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE

You need this one for CE: NETCFv35.wce.armv4.cab And this one for Windows Mobile: NETCFv35.wm.armv4i.cab

Keep in mind that you can't use a higher version of Visual Studio at the moment.

Upvotes: 1

Geeky Guy
Geeky Guy

Reputation: 9399

You can't simply copy the framework folders from one machine to another, there's a lot more to .NET than just that. Even if you could, the framework that runs in mobile devices is not the same one that runs in Windows.

You need to download this and that (probably just the latter will do, though).

Upvotes: 2

Related Questions