microsoft / VSSDK-Extensibility-Samples

Samples for building your own Visual Studio extensions
http://aka.ms/extendvs
MIT License
1.22k stars 452 forks source link

Cannot open a .tbx file when debugging Editor_With_Toolbox #213

Open bcanzanella opened 4 years ago

bcanzanella commented 4 years ago

Installed products

Installed Version: Community

Description

I'm getting an infinite file opening dialog when trying to open a .tbx file while trying to debug Editor_With_Toolbox (see attached)

Steps to recreate

  1. Open EditorWithToolbox.sln
  2. Hit F5, open another solution in the experimental instance
  3. add a .tbx file (in my case foo.tbx)
  4. click to open the .tbx file

Current behavior

There's an infinite file opening dialog (see attached)

Expected behavior

The file should open

image

thansen-progenesis commented 3 years ago

I find myself with this same issue. Did you ever manage to resolve it?