"Visual Studio has encountered an unexpected error" when enabling profiling in VS2019 .NET projects
SergeLalonde opened this issue · 1 comments
SergeLalonde commented
The title says it all. It doesn't even check out the project from TFS before issuing the error:
I tried with 1.6.622.0 and a co-worker tried with 1.7.624.0. Same problem.
I tried checking out the project file before enabling the profiling. Same problem.
However, it properly enables a C++ project in VS2019.
Is there a workaround?
tyoma commented
Hi Serge, the profiler is for native C++ applications only. The tagline on MarketPlace says this explicitely. It can also be enabled for native part of the code of C++ projects (manually).
A better warning is probably required...