Reputation: 1081
I have been working on a project (.Net core 3 if it matters) and suddenly VS closed. I used VS2019 16.4.2
Version.
Then every time i tried opening the project it crashed without any error on loading projects.
I looked at the windows event viewer and there was not record of a crash.
I tried starting devnev
with log and this is the last record which was recorded:
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Microsoft.VisualStudio.ProjectSystem.VS.Implementation.Package.ProjectPackage]</description>
<guid>{3347BEE8-D7A1-4082-95E4-38A439553CC2}</guid>
I upgraded to laterst version of VS2019 - 16.4.3
, Still the problem occurs.
From looking online for solution i tried 2 solutions which did not solved the problem:
Last info: The problem also occurs when opening the project with VS2017. When opening other project i have (.NET Framework project) Its loaded successfully
Upvotes: 2
Views: 4304
Reputation: 87
I know, It is been a bit late but I encounter the same issue with VS2019. Updating it the latest version did not work. I repaired VS from VSInstaller and problem solved.
Upvotes: 1