Crashes in VS2019

This forum is meant for questions and discussions about the X# language and tools
Post Reply
User avatar
ArneOrtlinghaus
Posts: 384
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Crashes in VS2019

Post by ArneOrtlinghaus »

We have quite often crashes of VS2019, especially with our biggest solution RADIX with 100 projects. VS2019 is away without any error message after a phase of non responding. This happens normally in the start up phase where all source files (Visual Objects dialect) are parsed. It happens also with the newest version Bandol 2.4. VS2017 is stable instead.

Is there a possibility to switch off the parsing of the source code files? I assume that this is needed for the intellisense, is this right? Or should we try to find some more information for finding the reason?

Thanks
Arne
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Crashes in VS2019

Post by Chris »

Hi Arne,

I am afraid that for such problems, the only way to debug them and find what's causing them, is to provide a reproducible sample. In this case, the best solution if possible is to send the VS solution that causes this directly to Robert.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
ArneOrtlinghaus
Posts: 384
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Crashes in VS2019

Post by ArneOrtlinghaus »

Thank you for the offer. I will prepare a solution and send it to Robert in these days.
Post Reply