尝试在“项目设置”窗格中添加新项目设置时,Visual Studio 2005 崩溃。如何修复?

发布于 2024-10-16 02:11:11 字数 197 浏览 9 评论 0原文

当尝试将新用户或应用程序设置添加到项目的项目属性窗格时,Visual Studio 2005 挂起,然后在一分钟后提示调试或重新启动。已尝试删除app.config和user.config文件但无济于事。已尝试重置 ide 的应用程序设置。已尝试点击窗格下的同步。是否有损坏的文件导致了这种混乱?解决办法是什么?更多信息:Visual Basic 开发、Vista、与 2005。

While trying to add a new user or application setting to the project properties pane of a project, visual studio 2005 hangs and then prompts after a minute to debug or restart. Have tried deleting the app.config and user.config files to no avail. Have tried resetting the ide's application settings. Have tried hitting sychronize under the pane. Is there a corrupt file that is causing this mess? What is the solution? More info: visual basic development, vista, vs 2005.

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

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

发布评论

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

评论(2

第七度阳光i 2024-10-23 02:11:11

我以前也遇到过这样的问题。我会这样处理:

  1. 安装最新的服务包
  2. 如果您有时间,请重新安装
  3. 最坏的情况,手动编辑项目文件以添加设置

I've had problems like this before. I would approach it like:

  1. Install the latest service pack
  2. If you've got time, reinstall
  3. Worst-case, manually edit your project file to add the settings
雪落纷纷 2024-10-23 02:11:11

删除 Settings.Designer.vb 文件并点击项目属性窗格下的“同步”后,一切似乎都恢复正常了。看来 Settings.settings 文件和 Settings.Designer.vb 文件已损坏或不同步,并且 ide 无法恢复。

After deleting the Settings.Designer.vb file and hitting 'Synchronize' under the project properties pane, it appears that everything is working again. It seems that the Settings.settings file and Settings.Designer.vb files became corrupted or unsynchronized and the ide could not recover.

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