microsoft / ConcordExtensibilitySamples

Visual Studio Debug Engine Extensibility Samples
Other
122 stars 50 forks source link

visx project fails to load #56

Closed Ma-XX-oN closed 4 years ago

Ma-XX-oN commented 4 years ago

image I've made sure that:

  1. Build is set to x86. BTW, why is this necessary, it's not explained.
  2. 'Allow NuGet to download missing packages during build.' from Tools -> Options -> NuGet Package Manager, is checked.
  3. There is no file named ConcordExtensibilitySamples\CppCustomVisualizer\vsix\vsix.vcxproj.user.
  4. I've also attempted to do what you say in your If Debug Launch doesn't start Visual Studio correctly Troubleshooting step manually to the visx.vcxproj to no avail.

I'm using VS Pro 2019 v16.3.7 with .NET framework 4.8.03752.

plnelson commented 4 years ago

Looks like you don't have Visual Studio Extension Development workload installed. I added a step to the wiki pages to make sure this workload is installed.

If something else is going on, the reason the project fails to load should show up in the Output window (you might need to change the "Show output from:" selection and/or try reloading).