使用 Visual Studio 2008 部署到智能设备

发布于 2024-11-24 23:07:24 字数 63 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

春风十里 2024-12-01 23:07:24

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文