使用 Visual Studio 2008 部署到智能设备
Visual Studio 2008 中有一个针对智能设备项目的部署功能。此部署方法可以针对哪些版本的操作系统?
There is an deployment feature in visual studio 2008 for smart device projects. What versions of os can be targeted with this deployment method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
VS 2008 支持 Windows CE 和 Windows Mobile 5 上的 .NET Compact Framework 2.0 和 3.5 项目。但是,根据我的经验,部署也适用于其他版本,只要设备支持 2.0 或 3.5 版本的 Compact Framework(所需版本的 CF 将由 VS 2008 自动安装)。
我的意思是:当您使用 Compact Framework 3.5 项目以 Windows Mobile 5 为目标时,您仍然可以连接安装了 Windows Mobile 6.5 的设备,并且该项目将正常部署。
将 Windows CE 项目部署到 Windows Mobile 设备或反之亦然时,您可能会遇到问题,但一般来说,它应该可以工作。
然而,对于 Windows Phone 7 来说似乎并非如此,因为不仅有专门针对 Windows Phone 的 VS 2010 版本,而且“真正的”紧凑框架应用程序也无法再部署到 Windows Phone 设备上。
VS 2008 supports projects for .NET Compact Framework 2.0 and 3.5 on Windows CE and Windows Mobile 5. However, in my experience, deployment works also on other versions, as long as the device supports the 2.0 or 3.5 version of the Compact Framework (the required version of the CF will be installed automatically by VS 2008).
What I mean is: While you target the Windows Mobile 5 with a Compact Framework 3.5 project, you can still connect a device that has Windows Mobile 6.5 installed and the project will be deployed alright.
You may have problems deploying projects for Windows CE to Windows Mobile devices or vice versa, but in general, it should work.
This, however, does not seem to be true for Windows Phone 7, as there is not only a specialized VS 2010 version for Windows Phone, but also "real" compact framework applications can no longer be deployed to Windows Phone devices.