vsix Questions

7

Solved

How can I check/detect which Visual Studio version is running under my VSPackage? I cannot get from the registry because the computer could have several versions installed, so I guess there is an ...
Agentive asked 18/6, 2012 at 12:3

3

Solved

I have a Visual Studio extension that show red error squiggles. I also like to provide squiggles with other colors, for example yellow for warnings. Creating red squiggles can be done by extending...
Bangui asked 11/4, 2017 at 8:50

8

Solved

I've been working on a VS extension that creates a couple of files with some boilercode using SideWaffle and I was having a problem where, whenever I'd add a new item, my boilercode item would be u...
Bearden asked 30/9, 2015 at 15:26

2

Solved

Is there a consistent/universal way to query a list of previous versions of a VS Code extension similar to how it is displayed after selecting the option Install another version... from the extensi...
Basuto asked 9/5, 2023 at 15:36

1

Solved

I created a Visual Studio menu extension that I deploy via a VSIX package; now I need to create a new VSIX package to add submenus to the previous one. I have created a Visual Studio extension menu...

0

Following this I was able to extend a tool menu with a command to SQL Server Management Studio 18 with Visual Studio 2022 and downgrading Microsoft.Visual Studio.SDK to version 15. But the standard...
Affront asked 29/12, 2022 at 16:10

4

This is default VSPackage. I added only ProvideAutoLoad attributes. using System; using System.ComponentModel.Design; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System....
Townsfolk asked 4/1, 2019 at 18:36

2

I am trying to create a VSIX project for creating multi-project template using Wizard but I am getting exception on this.dte.Solution.AddFromTemplate(Path.Combine(this.templateDirectory, "WebT...
Aftersensation asked 8/2, 2018 at 1:26

2

In my VS extension I need to add menu item for my new project type. But I want it to show for my custom type only. So I added this code to .vcst file: <Button guid="_Interactive_WindowCmdSet" ...
Lacefield asked 21/2, 2014 at 8:43

10

Solved

I am currently trying to install the XNA Game Studio for Visual Studio Express 2013. And I accidentally ran the .vsix program BEFORE actually installing the XNA framework. After installing it and ...
Emit asked 17/3, 2014 at 0:1

2

I am creating vsix project that is Editor Classifier (a template for managing editor content). I executed the project, the plugin was installed in that experimental window. It always worked properl...
Blais asked 9/12, 2019 at 14:22

8

Solved

I'm trying to develop my first visual studio extensions project, I have VS10 SDK installed and was able to create a new project and can build it fine, however when I attempt to debug symbols are no...

4

Solved

When a user installs my extension, but does not have the latest Visual Studio update installed, the extension fails to resolve Microsoft.CodeAnalysis.CSharp.dll with the followeing message: Coul...
Yama asked 13/2, 2017 at 10:33

5

I am working on a vsix project where I need to get information about a local git directory. I am following this article. When I am using LibGit2Sharp library, I am getting an exception as described...
Gabionade asked 27/1, 2020 at 6:48

1

Solved

I am working on vscode TextEditorEdit extension. Here I need to put the cursor on a specified line number after opening the file as an editor, based on an api response content. How can I achieve th...
Hardened asked 22/10, 2021 at 5:47

3

Solved

I am writing a VSIX project and I would like for the code to be able to determine whether an update is available. I know Visual Studio would be able to check for the update, however, I would like ...
Zincate asked 26/3, 2014 at 15:42

2

Solved

I'm looking for help on making a multi project template (i.e. a deploy-able solution that contains multiple projects) with a custom wizard (to enable custom parameters to be entered). I've followe...

6

After installation of visual studio 2017 getting his error for VSIX projects ... any suggestion to resolve the issue? Severity Code Description Project File Line Suppression State Error The "GetDe...
Duane asked 23/3, 2017 at 19:40

4

Solved

I am creating an extension for Visual Studio (2012+) that involves a tool window. I was hoping to style the window identically to match the current theme of Visual Studio. However, I am having a gr...
Oscular asked 4/7, 2018 at 22:16

1

Solved

I am working on a VS 2019 Extension that is currently using .NET Framework (4.8). I want to upgrade it to .NET 5.0 but the VSIX project does not support it or any .NET Core version. I want to avoid...
Glaring asked 4/2, 2021 at 22:27

2

I am working in a couple of VSIX projects and suddenly, for some reason, I can't properly debug them. When I run the project, the experimental VS instance opens without issues, but as soon as I loa...
Tweedsmuir asked 15/9, 2017 at 7:42

2

I am working on a Visual Studio extension and one of it's functions creates a new app domain and load an assembly into that app domain. Then it runs some functions in the app domain. What I'd like ...
Cyanohydrin asked 5/10, 2016 at 15:2

1

Solved

In creating a template for VSIX we can allow the user to choose the .Net framework version This is how it is done: <TargetFrameworkVersion>v$targetframeworkversion$</TargetFrameworkVersion...

1

In my Visual Studio extension I display related files. I have code that can open a file in Visual Studio. I want code that can preview a file This is the code I use to open a file using the DTE2...
Wiry asked 15/8, 2017 at 9:10

6

Solved

I tried to install enterprise library 6.0 recently in visual studio 2015 but the installer throws an error: VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any curr...

© 2022 - 2024 — McMap. All rights reserved.