• 0

Blank entries showing in solution explorer, clicking them causes VS 2015 to crash


Question

I work on around 35/40 different projects, I have one project which when I open it from source control explorer displays blank entries when viewing it in solution explorer. If I click on any of these blank entries in solution explorer visual studio 2015 crashes. This has been happening with both update 1 and update 2 of VS 2015. Can't remember if it happened on vanilla 2015 and I don't have 2013 installed to try with that.

 

I'm able to access all the files in the solution and open them to edit if I browse to then via source control explorer.

 

I've tried disabling all my extensions, I've tried running studio in safe mode. Still happens. I've also tried nuking my profile by running devenv.exe /ResetUserData but it still happens when I open this one particular project.

 

Has anyone came across this before or know how to fix it?

 

The only thing I've found that fixes it is to delete the .vs folder in the project and re-open the solution. This fixes it for a while but then I can open the solution again and there are blank entries again.

ov9IF.png

10 answers to this question

Recommended Posts

  • 0

Things to try:

 

1. Run VS2015 in admin mode to see if it is a permission issue.

 

2. Check for odd char encodings or special chars in the files.

 

3. manually edit the csproj file and the project.json and look for anonmolies. Or delete all the project files and re-create the projects into a new solution if that is feasible.

  • 0
7 minutes ago, DevTech said:

It might help people if you reference your previous question on the same topic:

 

 

 

I'd actually forgotten I'd posted it here previously. I thought I'd only posted on Stackoverflow. :blush:

  • 0
Quote

 

"Usually this is caused by extra references in either the .sln or .suo files."

Thanks, I'm not sure what I did differently but I deleted all the files locally and got the latest code from source control and the problem seems to have fixed itself.

 

 

- It seems that every time you start over, you are just pulling the problem in again from your source control. You should examine your sln/csproj/projectjson files in extreme detail to see if something is odd with them.

 

- Also consider setting everything on your computer and VS to U.S. English to eliminate character encodings as a potential issue.

 

- Anything out of ordinary with the computer hardware such as non-standard keyboard, other input devices, running in a VM, etc

 

  • 0
5 hours ago, DevTech said:

Things to try:

 

1. Run VS2015 in admin mode to see if it is a permission issue.

 

2. Check for odd char encodings or special chars in the files.

 

3. manually edit the csproj file and the project.json and look for anonmolies. Or delete all the project files and re-create the projects into a new solution if that is feasible.

1. Running in admin doesn't help, still get blank entries.

2. I haven't checked all the file (there are thousands) but the ones I have checked all seem fine.

3. That's not something that's possible unfortunately.

  • 0

Although it is only the one project, it seems like the type of error condition that VS2015 should be able to handle without crashing.

 

- so you probably have Update 3 installed but if not...

 

- you have given no details on your specific hardware and software and the type of project - ASP.NET or Console or WPF or UWP etc.

 

- for me I have observed that VS2015 is very glitchy on older hardware specially computers that can't run Hyper-V. This is a voodoo type tip which I really hate but turn on Hyper-V just in case it helps (needs a reboot) . Solved some really weird VS2015 bugs for me.

 

- try Microsoft Connect site and enter the problem description. They will respond, sometimes with useful info.

 

  • 0

- any VS add-ons could be a suspect - perhaps disable them for a test

 

- any software that monitors keystrokes could connect to the problem such as a real virus, a secret corporate installed keylogger, any anti-virus software, clipboard and "hot key" utility software, screen recording utils etc etc

 

- intermittent hard drive sector read issue - perhaps run full sector disk scan and also ye old "sfc /scannow" command

 

 

  • 0
16 minutes ago, DevTech said:

Although it is only the one project, it seems like the type of error condition that VS2015 should be able to handle without crashing.

 

- so you probably have Update 3 installed but if not...

 

- you have given no details on your specific hardware and software and the type of project - ASP.NET or Console or WPF or UWP etc.

 

- for me I have observed that VS2015 is very glitchy on older hardware specially computers that can't run Hyper-V. This is a voodoo type tip which I really hate but turn on Hyper-V just in case it helps (needs a reboot) . Solved some really weird VS2015 bugs for me.

 

- try Microsoft Connect site and enter the problem description. They will respond, sometimes with useful info.

 

  • I've got the latest VS updates installed.
  • I've got basically the same spec computer as everyone else in the office (Intel i5, 16GB ram, terabyte drive) The only difference between my hardware and everyone else's is I bought myself a decent Logitech keyboard and mouse to replace the crappy ones that came with the machine. All machines are running Windows 10 64bit. It's a massive project, not exactly sure what it all contains. It's definitely got console applications in it. It's a website with multiple front ends, service layers backends etc. Millions of lines of code.
  • I've got hyper-v enabled on my machine.
  • Will try there too.
8 minutes ago, DevTech said:

- any VS add-ons could be a suspect - perhaps disable them for a test

 

- any software that monitors keystrokes could connect to the problem such as a real virus, a secret corporate installed keylogger, any anti-virus software, clipboard and "hot key" utility software, screen recording utils etc etc

 

- intermittent hard drive sector read issue - perhaps run full sector disk scan and also ye old "sfc /scannow" command

 

 

  • I do have VS extensions but the issue occurs in safe mode and (not due to this issue) a fresh Windows install with a fresh VS install with no extensions added.
  • The only thing I have that monitors keystrokes would be an autohotkey script that I use to quickly launch a bunch of console applications for various websites I'm testing. Also replaces @@ with my email address (because I'm lazy :-) )
  • I haven't tried a disk scan. Will do one over the weekend.
  • 0
4 minutes ago, unabatedshagie said:

 

  • I've got basically the same spec computer as everyone else in the office (Intel i5, 16GB ram, terabyte drive) The only difference between my hardware and everyone else's is I bought myself a decent Logitech keyboard and mouse to replace the crappy ones that came with the machine. All machines are running Windows 10 64bit. It's a massive project, not exactly sure what it all contains. It's definitely got console applications in it. It's a website with multiple front ends, service layers backends etc. Millions of lines of code.
  • If you copy your project to another computer in the office at the time of crash, it does not have the issue?

 

 

 

 

  • The only thing I have that monitors keystrokes would be an autohotkey script that I use to quickly launch a bunch of console applications for various websites I'm testing. Also replaces @@ with my email address (because I'm lazy :-) )
  • uninstall autohotkey and reboot when you have the issue
  • also disable WIndows Defender or any Anti-Virus Software temporarily when you have the issue

 

  • I haven't tried a disk scan. Will do one over the weekend.
  • also the "sfc /scannow" quickly identifies any fundamental O/S corruptions

 

- in addition to above comments, you could temporarily install a second VS2015 into a fresh Windows VM which would give you more control over making a bare minimum config that can load the files from the project that are suspect. Also don't sign into VS as yourself to avoid pulling in any settings from the cloud on a fresh install.

 

- also, is the project pulling in any stuff from Nuget? if so, can you provide a list?

 

- after all of the above, we still have the option of debugging VS2015 itself as the problem happens, but that removes all the Sherlock Holmes style fun of logically deducing the culprit :)

 

  • 0

There is a tool here that removes whitespace and checks line endings etc. That tool as-is or some mod to it that also checks char ranges etc for unusual "somethings" might be useful.

 

https://github.com/KirillOsenkov/CodeCleanupTools

 

I'm all out of ideas until more info is available.

 

 

 

This topic is now closed to further replies.
  • Posts

    • Notion is shutting down its email client one year after launch by David Uzondu In April 2025, Notion launched Notion Mail, an AI-powered email client that acted as a customizable overlay for your existing accounts. Instead of replacing Gmail entirely, it reimagined how users interacted with their inboxes by offering features like intelligent auto-labeling alongside automated calendar scheduling. Now, a little over a year later, Notion has announced that it is shutting it all down on September 22. Since Notion Mail is a frontend client, most of your Gmail data will remain safe inside your Google account, but the company said that you must export stuff specific to Notion Mail, like snippets, custom auto-label instructions, email drafts, and scheduled drafts, before the deadline. Starting today, June 25, you can export that data directly from the app or the web interface, and this grace period will last all the way until September 21. Once September 22 arrives, Notion will permanently delete all unsaved local assets, including files you attached to snippets. Your existing database syncs and mail blocks will persist, though they will stop receiving new messages after the shutdown. Notion advises that if you or your company operate within a regulated environment, you must transition off earlier than the general shutdown date to maintain compliance. Companies that rely on HIPAA coverage face an even tighter timeline and must transition away from the platform by June 30th. Notion, in its X announcement post, basically said that it doesn't see the point of maintaining a standalone email client, especially when users have shifted their habits toward automation. The platform pointed to its Notion agents, which it claims "more than half of Notion Mail users" already employ to manage emails without ever opening an actual inbox, so it is "going all in" on using these agents to run your inbox. Notion introduced Notion Agents last September at the "Make With Notion" conference, giving users AI-powered digital assistants that can do stuff like run in the background on specific schedules (e.g., summarizing your daily open tasks every morning at 8 AM).
    • OK, but isn't nvidia still planning to cut off win10 support this year?
    • Prime Day Deals: Save up to 50% on Samsung, Sandisk, and Lexar microSD cards by Fiza Ali Amazon Prime Day has brought discounts on a wide range of microSD cards from brands including Samsung, Sandisk and Lexar, with savings of up to 50% across both the UK and US. Below, we've rounded up the best Prime Day microSD deals currently available, including discounted Samsung's T7, T9, and P9 Express series, SanDisk Ultra, Extreme, and Extreme PRO models, as well as Lexar PLAY PRO and PLAY BLUE cards. 512GB Lexar PLAY PRO MicroSDXC Express Card: £94.98 (Amazon UK) - 41% off 64GB SANDISK Extreme microSDXC Card + SD adapter: £17.99 (Amazon UK) - 25% off 128GB SANDISK Extreme microSDXC Card + SD Adapter: £26.99 (Amazon UK) - 14% off 256GB SANDISK Extreme PRO microSD Card + SD adapter: £50.99 (Amazon UK) - 22% off 128GB Samsung T7 microSDXC Card: $32.99 (Amazon US) - 35% off 256GB Samsung T7 microSDXC Card: $51.99 (Amazon US) - 35% off 512GB Samsung T7 microSDXC Card: $94.99 (Amazon US) - 41% off 1TB Samsung T7 microSDXC Card: $239.99 (Amazon US) - 25% off 128GB Samsung T9 microSDXC Card: $36.99 (Amazon US) - 41% off 256GB Samsung T9 microSDXC Card: $57.99 (Amazon US) - 42% off 512GB Samsung T9 microSDXC Card: $104.99 (Amazon US) - 48% off 256GB Samsung P9 Express microSD Card: $39.99 (Amazon US) - 50% off 256GB SANDISK Ultra microSDXC UHS-I Card with Adapter: $41.78 (Amazon US) - 21% off 512GB Lexar PLAY BLUE microSDXC UHS-I Card: $79.99 (Amazon US) - 38% off 1TB Lexar PLAY BLUE microSDXC UHS-I Card: $159.99 (Amazon US) - 30% off 2TB Lexar PLAY BLUE microSDXC UHS-I Card: $279.99 (Amazon US) - 35% off Good to know This Amazon deal is U.S. and U.K. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • But they will be the first asking for a bail out the moment crap goes sideways. Its just a matter of time with this AI thing unless skynet gets us first.
    • I'm so conflicted with the Google Search AI summaries. On one hand I don't like how it's harming smaller websites by greatly reducing traffic which will harm us all in the long run but on the other hand those AI summaries often give me the information I'm after. I have never once clicked on 'show me more' though and never will.
  • Recent Achievements

    • One Month Later
      The_Focal_Point earned a badge
      One Month Later
    • One Year In
      Vistor earned a badge
      One Year In
    • First Post
      kinowa earned a badge
      First Post
    • Rookie
      krychek57 went up a rank
      Rookie
    • Grand Master
      Jaybonaut went up a rank
      Grand Master
  • Popular Contributors

    1. 1
      +primortal
      405
    2. 2
      +Edouard
      170
    3. 3
      PsYcHoKiLLa
      131
    4. 4
      Xenon
      72
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!