对于智能设备 -> Windows CE 5.0 -> 设备应用程序项目,表单布局在 Visual C# 中不可见
我正在开发 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于 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.