Unable to debug VSIX project

前端 未结 6 950
隐瞒了意图╮
隐瞒了意图╮ 2020-12-10 14:20

I\'m trying to develop my first visual studio extensions project, I have VS10 SDK installed and was able to create a new project and can build it fine, however when I attemp

6条回答
  •  伪装坚强ぢ
    2020-12-10 14:49

    I ran into something simular in Visual Studio 2017. The options described by @Rubans don't seem to be necessary (anymore?).

    In your current build configuration (Most likely Debug), you need to make sure, that Deploy VSIX content to experimental instance for debugging is checked in the Vsix property page:

提交回复
热议问题