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?
Upgrading VS 2017 Extensions to VS 2019
382 Views Asked by Francesca Y At
1
There are 1 best solutions below
Related Questions in VISUAL-STUDIO-2019
- "Visual Studio stopped responding for 12 seconds,uninstalling extension might help" getting this message on installing VSIX and on opening the project
- VS2019 won't build .asm file even with masm.props build customization enabled?
- how to automatically generate a Module from a project in Visual Studio
- Visual Studio Conversion Properties: "set to a value for the first time, but it was already consumed" problem
- How to remove shortcut/alias to a .cpp and .h file from another project in Visual Studio 2019?
- Add connected service only adding reference.cs VS 2019 ASP.net
- Stop Moq NuGet package searching for source
- Visual Studio 2019 Python re-installation
- Viewport namespace missing from SharpDX directive, please assist
- Unable to cross-compile a simple program using MSVC 9
- SSIS Duplicate Enumerators in ForEach Loop
- HTTP Error 401.0 - Unauthorized You do not have permission to view this directory or page when running ASP.NET MVC 5 app from VS 2019 & IIS Express
- run/load VS2022 solution / projects with VS2019 gives error about MSBuild versions
- Receiving error when I try to run my ASP.NET MVC web application after I updated to Bootstrap 5.3.3
- Intellisense lists many unnecessary <Extention> methods for objects of type String?
Related Questions in VSIX
- Is it possible to refresh filters instead of reloading project
- "Visual Studio stopped responding for 12 seconds,uninstalling extension might help" getting this message on installing VSIX and on opening the project
- How to Format xml based files (csproject) in vsix?
- How to add console when debugging VSIX project
- VSIX Show ContextMenu after Multi-File Selection in Two or More Projects
- In VSIX, reading Configuration Properties of CSPROJ throws COMException (method or operation not implemented)
- Reclassify text in span as different IClassifierProvider
- How to add a File in vstemplate in a back folder?
- How do you set the connection for the activewindow (EnvDTE.Window) in a VSIX extension?
- Error in displaying the Extension in SSMS created in Visual Studio (VSIX project) when right clicking any tables
- How to get the top/bottom line numbers of MSVC pane
- How to add file type validation , when trying to add existing item in solution explorer of visual studio experimental instance?
- How to display two custom tool windows in a same place as tabbed format
- How to suppress, VS detects EXE is not in synch with Custom File so give Stop Debugging error box during Edit& Continue
- How to dock a tool window when it open for the first time in vsix?
Related Questions in VSCT
- Can Same Command(button) part of toolbar and menu bar is vsct file(visual studio extension)
- Can I dynamically change text of my Visual Studio extension's top level menu (VSIX Community Toolkit)?
- Adding a Button/Command to Context Menu in SSMS SQL Query Editor Extension
- VSCT: Place Search Textbox below the toolwindow toolbar
- Upgrading VS 2017 Extensions to VS 2019
- Create Visual Studio extension to add item to Git History page
- Does anyone know the VSSDK id for the 'Add' submenu group within the Solution Context Menu?
- vsct listen for ProjectItemsEvents.ItemAdded not catching anything
- VSCT menu items not showing
- Make extension to build different menus for two different versions of visual studio
- How can I enable/disable command in Visual Studio 2017 VSIX C# project
- How to add an icon to a menu on vs extenion .VSCT
- Using built-in icons in Visual Studio extension
- VisualStudio VSPackage Custom Command
- Visual Studio 2015 toolbar combo, how to manage the value entered by the user correctly?
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)
Popular # Hahtags
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?
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: