简体   繁体   English

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

[英]Form layout is not visible in visual C# for Smart Device->Windows CE 5.0->Device Application project

I am developing an application for windows CE 6.0. 我正在开发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. 当我启动Windows CE 5.0设备应用程序项目时,IDE在解决方案资源管理器中向我显示了表单,但设计器中没有表单布局。 Instead, it appears as a control similar to openFileDialog control. 而是,它显示为类似于openFileDialog控件的控件。 alt text http://img7.imageshack.us/img7/7130/formdesignererrorpictur.jpg 替代文字http://img7.imageshack.us/img7/7130/formdesignererrorpictur.jpg

The same problems does not occur if i try it on a windows application project. 如果我在Windows应用程序项目上尝试,则不会发生相同的问题。 Did i miss installing any required API libraries? 我会错过安装任何必需的API库吗?

I form layout is degraded because of conflicting APIs. 我的表单布局由于API冲突而降级。 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. 我已经安装了.net紧凑框架1、2、3和3.5 SP1。 I uninstalled all and then when Visual Studio asked to install .net compact framework 2. I got the appropriate layout back. 我卸载了所有软件,然后在Visual Studio要求安装.net compact framework 2时,我得到了合适的布局。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM