我的视觉工作室中没有出现警告错误
在program.cs文件中,我们选择第一个表单,我想在应用程序运行时显示form1。但是当我的应用程序运行时,会出现 form2。 我不知道我改变了什么选项。 还不错,你知道,当我更改代码并且我想关闭 Visual Studio 时,没有警告我保存,并且当我的代码中有错误时,Visual Studio 不会问我“你的代码中有错误”应用程序”或类似的东西。 请帮助我恢复默认选项。 谢谢。
In program.cs file and in line that we choose first form,Iwant to show form1 when my application runs. But when my application runs, form2 apears.
I don't know what options I changed.
Not bad you know that when I change my codes and I want to close visual studio,there are no warning me to save and when I have an error in my codes,visual studio doesn't ask me that "you have an error in your application" or something like this.
Please help me to restore my defult options.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许工具/导入和导出设置/重置所有设置?
不能说我曾经遇到过 Visual Studio 在退出时或构建失败时无法提示我保存脏文件的情况...
Perhaps Tools / Import and Export Settings / Reset all settings?
Can't say I've ever had Visual Studio fail to prompt me to save dirty files on exit, or on a build failure...
当您在 Visual Studio 中创建新的解决方案/项目并且不保存它时,Visual Studio 不会跟踪更改和/或要求您保存内容。点击“保存”一次即可保存您的数据/解决方案。
在主函数中,您可以告诉启动哪个表单,如果您使用的是 vb.net,您也可以使用项目属性页。您可以在解决方案资源管理器中右键单击来设置“启动项目”
When you create a new solution/project in visual studio and you don't save it visual studio won't track changes and/or ask you to save things. Hit save once to save you're data/solution.
In the main function you can tell wich form to start, if you're using vb.net you can use the project properties page too. You can use a right click in the solution explorer to set a 'startup project'