简体   繁体   中英

Windows Phone 7 App on Windows Mobile 6.5

I am new to Silverlight and Windows Mobile development and hence the question may sound very naive.

Can Windows Phone 7 application built using Silverlight execute on Windows Mobile 6.5 as well?

Any ideas? Appreciate any help and thanks in advance

As pointed by lukas , there is no Sivlerlight runtime for Windows Mobile. That being said, an application specifically targeting WP7 cannot run on WM due to lack of necessary resources and components.

WM supports .NET Compact Framework and that's pretty much the extent of .NET development you can leverage on that platform.

Windows Phone 7 uses version 3.7 of the Compact Framework. Windows Mobile uses 3.5 (or earlier) depending on the version of WM.

Version 3.7 of the compact framework contains breaking differences in the 3 main areas of the framework: UI controls, CLR and APIs.
As these areas are all breaking it is not possible to create an application which runs on both.

It may, however, be possible to create POCOs which contain logic and/or functionality which can run on both.

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