对于智能设备 -> Windows CE 5.0 -> 设备应用程序项目,表单布局在 Visual C# 中不可见

发布于 2024-07-14 23:59:13 字数 398 浏览 6 评论 0原文

我正在开发 Windows CE 6.0 的应用程序。

当我启动 Windows CE 5.0 设备应用程序项目时,IDE 在解决方案资源管理器中向我显示表单,但设计器中没有表单布局。 相反,它显示为类似于 openFileDialog 控件的控件。 替代文本 http://img7.imageshack.us/img7/7130/formdesignererrorpictur.jpg< /a>

如果我在 Windows 应用程序项目上尝试,则不会出现相同的问题。 我是否错过了安装任何必需的 API 库?

I am developing an application for windows CE 6.0.

When i start a windows CE 5.0 device application project, IDE shows me the form in the solution explorer but there is no form layout in the designer. Instead, it appears as a control similar to openFileDialog control.
alt text http://img7.imageshack.us/img7/7130/formdesignererrorpictur.jpg

The same problems does not occur if i try it on a windows application project.
Did i miss installing any required API libraries?

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

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

发布评论

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

评论(1

凉城 2024-07-21 23:59:13

由于 API 冲突,我的表单布局已降级。
因为同一库的多个版本可能是导致此类问题的原因。
我安装了.net紧凑框架1、2、3和3.5 SP1。
我卸载了所有内容,然后当 Visual Studio 要求安装 .net 紧凑框架 2 时。
我得到了适当的布局。

I form layout is degraded because of conflicting APIs.
Because multiple versions of the same library can be the cause of such a problem.
I had installed .net compact framework 1, 2 , 3 and 3.5 SP1.
I uninstalled all and then when Visual Studio asked to install .net compact framework 2.
I got the appropriate layout back.

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