Crash executing against solution in VS 2017 15.9.4
Closed this issue · 4 comments
Running 'Analyze Assembly Portability' against our solution crashes VS2017 15.9.4. Its not clear if this as actually registered by VS as a crash as it simply restarts without a crash report dialog.
It appears it may be an issue with our solution containing managed C++ projects but its impossible to tell as the 'Analyze Assembly Portability' is not available if you select more than one project!
We cannot remove these projects as then the solution will not build (the projects are low level dependencies) when the 'Analyze' command is issued.
Hey. Would you be able to go to the ActivityLog.xml and provide some details for that crash? Here's an article on how to get it: To Examine the ActivityLog
This might be an issue that was fixed with #731
@skennedyfromfresche I'm not sure if I follow what the structure of the project looks like. Are you describing a project A
that references B
. You want to analyze A
, but B
is a C++/CLI? It may be a problem with our logic to discover projects... not sure if we've tested with C++/CLI
I get the following when trying to analyze a C++/CLI project in the Portability Analysis
output pane:
Failed to locate build output files.
Is this what you're seeing, @skennedyfromfresche? I'll take a look as to what is causing that.
I would assume that is a different issue as I only ever experienced a crash. Hence I never really got to see any output as such.
I manually updated to v2.6.0 of the Portability Analyzer and I no longer see the crash. 👍