如何在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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大概您正在遇到显示虚线概述图标的项目的问题。这表明它们已被“排除在项目之外”。可以排除整个文件夹或单个表单。根据图像,整个文件夹“老师付款”已被排除在项目之外。排除的项目未编译。
要纠正问题,请右键单击“老师付款”文件夹,然后选择“在项目中包括”。
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".