简体   繁体   中英

What are the requirements for running .net application on windows ce5?

What are the requirements for running .net framework targeted application on Windows CE 5?

If I try to start an application that I developed for Windows Mobile 6, I will get the following error.

Cannot find 'Projectname' (or one of its components) Make sure the path and filename are correct and that all the required libraries are available

My app is a simple hello world app. What could cause that such error message?

Is there a way to dertimine which .net compact framework version is running on my system?

You can run cgacutil , which is in the Windows folder. It should give you a version number of the compact framework installed onto the device. It's likely you dont have the correct compact framework installed.

If you dont have cgacutil, its likely that compact framework isnt installed to the device at all. In this case download the latest version of the framework (currently 3.5, available here ). The install may take around 7MB of space from your main memory. If storage space is tight, it can be installed to external memory, with some potential consequences as discussed here

The problem is caused by what you're wondering... Which version of compact framework is installed in your system and, most of all, if there is a version of compact framework installed.
I suggest you to download the version corresponding to your developing environment and install it in your device.

By default, Windows Mobile 5 comes with .NET Compact Framework 1.0 SP3 pre-installed.

An application developed for Windows Mobile 6 is at least going to use .NET Compact Framework 2.0 SP2 , therefore make sure that it is installed on the Windows Mobile 5 device.

You can download it here , but generally it is a good practice to install the latest version available, as long as it is supported by the device.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM