VS保存在哪里,启动时加载哪些项目?
我在 VS 中启动解决方案时遇到问题。我认为这是由于在设计模式下打开的 Windows.Form 文件造成的,因为我收到以下消息:
无法加载文件或程序集“blabla”或其依赖项之一。系统找不到指定的文件。
我希望如果只显示 StartPage,问题就可以解决。有人可以帮助我吗?
I have trouble to start a solution in VS. I think it is due to Windows.Form file that was opened in the design mode, since I get the following message:
Could not load file or assembly 'blabla' or one of its dependencies. The system cannot find the file specified.
I hope that if only the StartPage would show up, the problem would be solved. Can anybody help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
工具->选项->启动(环境下)
Tools -> Options -> Startup (Under Environment)
经过几次重试后,也可以关闭该窗口并保存所有内容,以便下次重新启动后不会加载损坏的窗口。
After several retries, it was also possible to close that window and save everything so that the broken window was not loaded after the next restart.