请求有关 Visual Studio 2008 的 Windows CE 平台的信息

发布于 2024-11-09 15:09:18 字数 603 浏览 0 评论 0原文

我找不到任何有关 Visual Studio 2008 下的“Windows CE”平台支持哪些操作系统的文档。

我的目标是为 Windows CE 5.0(不是 Windows Mobile 5)设备开发 C# .NET 应用程序。我继承了一个项目,该项目的数据库后端是在 Visual Studio 2008 中开发的,并且希望使用相同的 IDE。我安装了带有标准 Windows CE 5.0 SDK 的 Visual Studio 2005,并且能够正确定位设备。在我安装(并行安装)Visual Studio 2008 后,VS2008 和 VS2005 中都缺少 Windows CE 5.0 目标;相反,现在有一个简单标记为 Windows CE 的平台。

我已经花了三天时间试图找出如何从 VS2008 定位 WinCE5 设备。我什至找到了一些关于使用 Windows 7 管理员权限安装标准 Windows CE 5.0 SDK 的参考,但一位同事在 Windows XP 上遇到了相同的问题。

如果有人能够告诉我 Microsoft 进行了哪些更改以及如何为正确的设备类型构建应用程序,我将不胜感激。我对 WinCE 设备进行编程已有十多年了,以前从未遇到过这种程度的混淆。

谁能告诉我或指导我获取该信息?

I cannot find any documentation about what operating systems are supported by the "Windows CE" platform under Visual Studio 2008.

My objective is to develop a C# .NET application for a Windows CE 5.0 (not Windows Mobile 5) device. I inherited a project that had a database back-end developed in Visual Studio 2008 and want to use the same IDE. I had Visual Studio 2005 installed with the Standard Windows CE 5.0 SDK and was able to target a device correctly. After I installed (a side-by-side installation of) Visual Studio 2008, the Windows CE 5.0 target is missing from both VS2008 and VS2005; instead, there is now a platform labeled simply Windows CE.

I've already spent three days trying to figure out how to target a WinCE5 device from VS2008. I even found some references to installing the Standard Windows CE 5.0 SDK using Administrator Privileges for Windows 7, but a co-worker encountered an identical problem for Windows XP.

I would appreciate anybody who could educate me about what Microsoft changed and how to build an application for the correct device type. I've been programming WinCE devices for over a decade and never before run into this level of obfuscation.

Can anyone tell me or direct me to that information?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

苄①跕圉湢 2024-11-16 15:09:18

一个重要的信息是,对于托管应用程序开发,您不需要任何 SDK。 Studio 支持“Windows CE”目标,这就是您所需要的(事实上,您可以使用“Pocket PC 2003”或任何 WinMo 目标,它仍然可以工作 - 表单设计器体验不太好。

这因为在所有情况下,输出都是 MSIL,而不是依赖于处理器的二进制文件。

我的建议是不要尝试使用 ActiveSync 进行调试,只需使用 直接 CoreCon 连接,一切就绪。

An important bit of info is that for managed application development you do not need any SDK. Studio has support for a "Windows CE" target, and that is all you need (in fact you can use the "Pocket PC 2003" or any WinMo target and it will still work - the Form designer experience is just not so good.

This is becasue in all cases, the output is MSIL, not a processor-dependent binary.

My recommendation is to not try using ActiveSync for debugging, just use a direct CoreCon connection and you're all set.

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