I installed VS 2019 and wanted to install an extension that I had developed myself and which ran under VS 2017. I just double-clicked the VSIX file, and the VS installer told me that the extension had been installed and OK. However, I cannot see it in my tools menu where it used to be; the keystroke does not function either. I can remember I had similar phenomena when I had updated to 2017 from an earlier version; I re-complied the source code under VS 2019, but when I try to install it, the manager tells that the extension has been OK installed already. Presumably I need to delete the attached VSCT file (?), but how can I find it? Or, better, how can I uninstall an extension I do not see in the extension manager?
Related Questions in VISUAL-STUDIO-2019
- Multiple "The system cannot find the path specified" messages on running "Developer Command Prompt for VS 2019"
- Problem With Publishing a Self Contained EXE (Issue With Nuget)
- OpenCV haarcascades loading is NOT working at all
- The default ASP.NET Core + React template in Visual Studio 2019 doesn't work
- Visual Studio 2019 using 32-bit FileTracker with 64-bit toolset
- How to eliminate the intellisense warning under the <<<>>> in vs2019
- Problem searching for specific Mails using MS-Graph API
- Visual Studio 2019 Test Explorer did not find c++ google tests
- MSBuild 16.0 not finding its own dependent assemblies when loaded through MSBuildLocator
- Report viewer is not showing crystal report
Related Questions in VSIX
- How to build Visual studio extension which install on top of an already installed extension
- In a VSIX package, how can I reuse the existing MEF for my dependency container?
- DirectX VSIX Installer Installation Failed
- In a Visual Studio Extension, how to detect when the debugger Continues
- In a Visual Studio Extension, get the line range of the function in which the debugger is stopped
- Adding a submenu to an existing menu in a Visual Studio 2013 extension
- How to tell Visual Studio to load only the extension I'm currently debugging (and nothing more)?
- The new project type and template does not show up after installing VSIX package
- VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products
- How to use newer Microsoft.CodeAnalysis reference in Roslyn analyzer targeting VS2015
Related Questions in VSCT
- VisualStudio VSPackage Custom Command
- Using built-in icons in Visual Studio extension
- Append item to Add menu of solution- or project node in Solution Explorer
- Upgrading VS 2017 Extensions to VS 2019
- VSCT: Place Search Textbox below the toolwindow toolbar
- How to add an icon to a menu on vs extenion .VSCT
- VSCT Undefined 'Parent/@id' attribute
- Visual Studio 2015 toolbar combo, how to manage the value entered by the user correctly?
- VSCT menu items not showing
- vsct listen for ProjectItemsEvents.ItemAdded not catching anything
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
To do this, I really needed to manually uninstall the VSIX using the method mentioned in my comment (vsixinstaller.exe which is in something like "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE" - add this to your PATH for simplicity). In my case, however, it did not want to function with the option /u:, but only as
however, this worked fine.
In the manifest file of the VSIX project (source.extension.vsixmanifest) the following value for the tag InstallationTarget appeared to be correct for VS 2019: