How to create extension for SQL Server Management Studio 17 in C# in VS2017?

后端 未结 2 1957
我在风中等你
我在风中等你 2021-02-02 04:17

I followed simple Hello World sample from Create your first extension: Hello World example from the Microsoft Docs to build an extension for SSMS 2017

  1. Created V

2条回答
  •  心在旅途
    2021-02-02 05:06

    First, you need to declare SSMS support in your source.extension.vsixmanifest file:

      
        
      
    

    Then I don't think VS can automatically install your extension for SSMS. So, run the .vsix file manually.

提交回复
热议问题