最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

debugging - Project properties window is blank, C# project in Visual Studio 2022 (Version 17.13.2) - Stack Overflow

programmeradmin3浏览0评论

I'm trying to prevent the console from closing on debug completion. I've already checked the debugging options to make sure this feature is not enabled. It isn't, but the console still closes.

I've heard of a different approach to this problem by to changing my project's Linker subsystem. Apparently, this is done through the project properties under Configuration properties > Linker > System. The trouble is, my project properties window is blank.

This is what my properties window looks like:

This is my file structure:

I've attempted many different fixes, most recently referencing this post: Project Properties Windows Blank in Visual Studio 2022 Community 17.1.0

I've tried every suggested solution, from the practical to the completely asinine. Including, but not limited to:

  • Updating Visual Studio
  • Closing and reopening the project
  • Closing and reopening files
  • Closing and reopening tabs
  • Closing and reopening Visual Studio
  • Trying to toggle between "view code" and "design view", these options seem not to exist
  • Opening Visual Studio as admin
  • Trying to find and delete the .csproj.user file, which I cannot locate
  • Minimizing/maximizing and moving the window
  • Cleaning Solution from the Build menu
  • Checking for a .cshtml file to exclude, then re-include. No such file.

None of these work, and I cannot find any other answers here, in the Visual Studio documentation, or anywhere else.

Does anyone here have any ideas on how to solve this problem?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论