为什么表格不显示?

为什么表格不显示?

问题描述:

在运行Visual Basic 2008时,解决方案资源管理器不允许查看该表单,以允许对该表单进行其他输入和/或对其进行更改.为什么会这样?

While running Visual Basic 2008, the Solution Explorer, does not allow to see the form to allow additional entereing of items to the form and/or to make changes thereto. Why is this occurring?

Wilfred Rodriguez,您好

Hi Wilfred Rodriguez,

为了及时进行复制,一个想法是,您可以在此处共享一个简单的示例,我将在我身旁进行测试.

To repro it in time, one idea is that you could share a simple sample here, I will test it in my side.

提供一些故障排除步骤:

Provide some troubleshooting steps:

创建一个简单的默认空白WinForms应用,然后再次检查.

Create a simple default blank WinForms app, check it again.

(1)如果一个简单的应用程序存在此问题,则最好检查VS设置,例如,是否安装VS2008 SP1?您可以修复VS,创建一个新项目.

(1)If a simple app has this issue, you'd better to check your VS setup, for example, do you install the VS2008 SP1? You could repair your VS, create a new project.

(2)如果仅特定的应用程序存在此问题,请删除项目文件夹中的.suo文件,然后重新打开项目文件,然后关闭winform文件,然后再次打开.

(2)If just the specific app has this issue, please delete the .suo file in your project folder, and then re-open the project file, and then close the winform file, re-open it again.

(3)或者,您可以在设计器文件中注释掉某些行代码/方法,然后再次进行检查,这样我们就可以知道它是否与某些代码行相关.

(3) Or you could comment out certain line code/method in your designer file, and then check it again, so we could know that whether it is related to certain code line.

当然,如果您还有其他VS2008计算机,请再次进行测试.

Of course, if you have other VS2008 machine, test it again.

此外,由于VS2008确实是较旧的版本,因此也许使用较高的VS版本对您开发应用程序会更好:)

In addition, since the VS2008 was really old version, maybe use the higher VS version would be better for you to develop apps:)

此致

Jack