如何在VB.NET解决方案资源管理器中修复表单

发布于 2025-01-21 22:21:12 字数 255 浏览 0 评论 0原文

我正在使用VS2017的VB.NET进行一个项目 所以我不知道我试图打开一些表格和文件夹的情况,但没有打开 尽管我可以看到这些代码,但看不到视觉形式

”在此处输入图像描述”

I'm working on a project in vb.net with vs2017
so I don't know what happened where I try to open some forms and folders but it doesn't open
although I can see the codes but I can't see the visual form

enter image description here

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

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

发布评论

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

评论(1

戏剧牡丹亭 2025-01-28 22:21:13

大概您正在遇到显示虚线概述图标的项目的问题。这表明它们已被“排除在项目之外”。可以排除整个文件夹或单个表单。根据图像,整个文件夹“老师付款”已被排除在项目之外。排除的项目未编译。

要纠正问题,请右键单击“老师付款”文件夹,然后选择“在项目中包括”。

Presumably you are having the issue with the items that show a dashed outline icon. This indicates that they have been "Excluded from Project". Entire folders or individual Forms can be excluded. Based on the image, the entire folder "Teacher Payments" has been excluded from the project. Excluded items are not compiled.

To correct the issue, right click on the "Teacher Payments" folder and select "Include in Project".

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