conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
59 stars 34 forks source link

Conan extension makes VS2017 crash when opening a solution #198

Closed nmoreaud closed 3 months ago

nmoreaud commented 2 years ago

When I open VS2017 then open solution "Libs.sln", Visual Studio hangs for 3 seconds the crashes. It happens only when "Conan vs extension" is installed.

There are no interesting logs in the event viewer, neither if I run devenv /log. The solution I want to open contains a few libraries for which we are testing creation of custom receipes ; in fact without any "conan" files or references the solution still crashes.

I cannot share with you the project, but I may answer questions to help resolve this bug.

conan-crash