vsix Questions

2

Solved

Title says it all: How can one 'extract' a .vsix file? I was following a tutorial and states this as step, but I didn't understand it and it wasn't easily googleable.
Plymouth asked 9/2, 2017 at 5:54

4

I'm working on creating a Visual Studio 2017 custom Check-In Policy extension. My current solution is structured as follows: Note: I am taking advantage of the new NuGet PackageReference approac...
Mystical asked 1/5, 2017 at 20:29

2

I am developing a Visual Studio package and I have written some code that will make a file in Solution Explorer dependant upon another file. What this means is that it gives them the same relation...
Unholy asked 7/9, 2012 at 14:54

1

Solved

I use the IVsObjectList2.GetCategoryField2 method to retrieve different information of a type. Now I wonder how I can retrieve C# specific information like abstract or internal modifier of a type?...
Antonyantonym asked 18/3, 2020 at 10:27

3

I wrote an extension for Visual Studio 2013. Because of bloody ComboBox bug, I had to include System.Windows.Interactivity to my project. To add more details: <Project> uses additional solu...
Recess asked 31/3, 2015 at 6:36

2

Solved

There is a vsix package developed by another developer, which needs some modifications. I tried to open the vsix file in VS code itself(latest version), but it is opening the binaries. Would it be...
Spellbound asked 31/7, 2019 at 13:43

3

Solved

I have an extension to VS that should use Gmail api to send mails to certain users in my company. During development I step into a common issue with System.Net.Http.Primitives version that is some...
Auden asked 6/7, 2015 at 12:37

3

I can disable automatic extension update for a particular extension via the Extensions and Updates manager in Visual Studio. But what should I do when I want to disable automatic updates for extens...
Percolation asked 24/10, 2018 at 12:40

1

Microsoft changed VSIX to asynchronous with VS2019 and with that came grief. I see many warnings that say: Warning VSTHRD010 Accessing "Project" should only be done on the main thread. Call Mic...
Memoir asked 21/8, 2019 at 18:9

2

From a visual studio package (VSIX) how do I detect a solution or project build?
Disesteem asked 27/4, 2011 at 13:6

9

After installing the latest Visual Studio 2015 Update 2, the EF power tools reverse code engineer option fails with the following error message. One or more errors occurred while processing templa...
Genus asked 5/4, 2016 at 8:45

2

Solved

Where are custom extensions installed in Visual Studio? I know you could get path though ExtensionManager.GetInstalledExtensions(). However, it seems none of the paths found corresponds to my exten...

1

Solved

I'm building a syntax highlighting extension for the Properties language in Visual Studio and already built the classifier/tagger. I'm stuck however at setting/choosing the right colors for the dif...
Literati asked 20/8, 2016 at 11:38

1

Solved

I create top level menu with name "CustomMenu" from extension project and also create another top level menu with same name from another extension project.After I install both extension menu shows ...
Usanis asked 10/2, 2019 at 17:12

4

I've been following MSDN's Hello World guide to developing Visual Studio extensions (this article specifically deals with creating one as a Visual Studio toolbar command). I am trying to list all ...
Hardener asked 24/8, 2016 at 14:25

2

Solved

I defined a toolbar for a tool window by following this walk-through description. Adding new buttons to the toolbar, and connecting them to code within my package, is no problem and works fine (S...
Fasten asked 11/1, 2013 at 19:49

2

I have a Visual Studio 2017 item template extension that is currently working with ASP.NET projects. It has the following .vstemplate: <VSTemplate Version="3.0.0" Type="Item" xmlns="http://sche...
Mimesis asked 17/5, 2017 at 16:41

2

Solved

I'm trying to create a Visual Studio 2017 extension, just for fun and to learn how VS extensibility works. My extension must be usable from the Solution Explorer tab as a context menu button, but...
Interrupted asked 22/8, 2018 at 12:33

2

Visual Studio 2017 seems to have changed a lot of things in the extensibility area https://learn.microsoft.com/en-us/visualstudio/extensibility/breaking-changes-2017 The previous recommendations r...

2

Solved

Hi I am having a problem, with a custom build task inside of a Visual Studio Extension. I need to identify projects of my custom project type. I can do this fine if they are on the root of the solu...
Liscomb asked 3/8, 2016 at 10:18

8

Solved

I've both VS 2012 and VS 2013 installed on my computer. The problem is that when I download an VSIX-File and open it with the Visual Studio version selector the file gets opened by VS but instead o...
Schaffer asked 18/9, 2014 at 7:42

2

Visual Studio uses a private registry hive instead of "polluting" the system registry - typically found somewhere like this: C:\Users\Abx\AppData\Local\Microsoft\VisualStudio\15.0_4b0ba1c0\private...
Trilby asked 21/3, 2017 at 0:18

1

Solved

I've configured my VSIX-Project to run devenv.exe when I press F5. This opens the start page from Visual Studio. In order to test my extension I have to manually open a specific solution. I tried ...
Parabasis asked 22/10, 2017 at 17:19

2

Solved

I have a standard VSIX project taking a project dependency on a class library project in the same solution. Everything was building just fine until I switched the class library to the new VS2017RC ...
Asphalt asked 24/1, 2017 at 15:35

1

Solved

I have a new-style csproj project file that overrides IntermediateOutputPath. It looks like this: <PropertyGroup> <TargetFramework>netstandard1.6</TargetFramework> <Intermed...
Velocity asked 3/10, 2017 at 9:5

© 2022 - 2024 — McMap. All rights reserved.