Questions tagged [vsixmanifest]

VSIX deployment manifest file describes the contents of a VSIX package. The file has the '.vsixmanifest' file name extension.

VSIX deployment manifest file describes the contents of a VSIX package. The file has the '.vsixmanifest' file name extension, and is governed by a schema, which current version (2.0) is described in the VSIX Extension Schema 2.0 Reference MSDN article.

66 questions
0
votes
1 answer

Uninstalling extension in VS2017

I've been testing our extension in VS2017 RC and it installs perfectly but when I try to uninstall it I find that it is impossible. It says that the extension will be uninstalled when all Visual Studio windows are closed but this does not work. When…
Alan Spark
  • 8,152
  • 8
  • 56
  • 91
0
votes
0 answers

VSIX - Cannot load assembly of a referenced dll (VisualStudio 2015)

i have referenced MaterialDesignThemes.Wpf.dll and MaterialDesigncolors.Wpf.dll to the newly created VSIX project in VisualStudio 2015. then i added below code between Grid Tags
Lakmal
  • 779
  • 1
  • 8
  • 16
0
votes
2 answers

VSIX visual studio 2010 compatible

I am trying to extend some functionality using VSIX. When I double click on the VSIX installer it, the following screen pops up. Visual studio 2013 is the only option it provides. But we use Visual studio 2010 for our development. Can something…
user575219
  • 2,346
  • 15
  • 54
  • 105
0
votes
1 answer

Add registry key during vsix installation

Is there any way to dynamically add a registry key while installing from a vsix? For example: Say we have SomeExtension.vsix. It should check for a AnExisting.dll under C:\Program Files (x86)\Existing\AnExisting.dll C:\Program Files…
dushyantp
  • 4,398
  • 7
  • 37
  • 59
-1
votes
1 answer

VS2019 addin/extensions How do enable/disable menu item

I am learning how to write VS2019 addin/extensions and searching for some good resource on specific questions like... I am looking for some answers like, How to i enable my menu item, only when a specific type of project is open or selected in a…
Neha
  • 319
  • 1
  • 7
-1
votes
1 answer

How to hide Framework dropdown in the wizard window in vsix extension

I am generating the .net core as output project but in the vsix wizard it shows the .net framework drop down which is misleading the user.How to hide this drodown? Do we need to add any property/setting in the below vsTemplate? My VsTemplate looks…
1 2 3 4
5