214 questions with Visual Studio Extensions tags

Sort by: Updated
1 answer

How can I write my deployment app to force local document folder and not OneDrive?

I'm using Visual Studio 2022 using the Microsoft Visual Studio Installer Projects extension for my deployment app. It installs working files into my app folder under documents, but I've learned that sometimes (maybe often), it is going to documents…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-09-26T22:32:05.1533333+00:00
Wayne McHugh 0 Reputation points
commented 2024-10-02T07:07:54.2566667+00:00
RLWA32 45,396 Reputation points
0 answers

How to preview GDI+ images on Image Watch?

I'm trying to visualize on memory GDI+ images using the Image Watch extension, i requested support on this feature long time ago directly on the developercommunity it got a lot of upvotes but MSFT just market it as "under review". I tried to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,717 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-09-18T06:25:55.6733333+00:00
Leo Purktz 0 Reputation points
commented 2024-09-30T06:07:16.6833333+00:00
Tianyu Sun-MSFT 30,561 Reputation points Microsoft Vendor
1 answer

How install specific version of VCLibs debug (14.0.30704.0)

I need specific version of VCLibs DEBUG: Microsoft.VCLibs.140.00.Debug_14.0.30704.0_x64__8wekyb3d8bbwe I installed MVS 2015 with Universal Windows Tools but it has 14.0.24210.0 how can i update it to 14.0.30704.0? or does somebody know where can I found…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
998 questions
asked 2024-09-25T21:52:53.5466667+00:00
Marek 0 Reputation points
edited a comment 2024-09-26T08:41:37.72+00:00
Marek 0 Reputation points
1 answer

Can't launch my app because of 'you must install .NET Desktop Runtime' popup

Hi everyone, I'm trying to run my application I've just installed on my computer but I'm having an issue with my .NET Runtime. I've been debugging this application in Visual Studio Community 2022 v17.10.2 and it works fine when I start it through Visual…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,833 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,722 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-06-12T15:25:22.23+00:00
Connor Frayne 25 Reputation points
commented 2024-09-19T16:52:08.9633333+00:00
Larry C 20 Reputation points
2 answers One of the answers was accepted by the question author.

WDK extension fails installation on Visual Studio 2022 version 17.11

I've been trying to install the WDK extension on Visual Studio 2022, version 17.11. I've tried installing it both from the marketplace as using the procedure in this link: https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk, but…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
98 questions
asked 2024-08-20T06:41:09.2+00:00
Elder 20 Reputation points
answered 2024-09-17T01:25:06.28+00:00
军 杨 0 Reputation points
1 answer

Can Language Server (LSP) run in the same process as devenv.exe ?

I am working on an extension for Visual Studio. This implements a Language Server (LSP) also. Both extension and LSP are written in C#.NET. Is it a requirement that Language Server run in a separate process? Or can the Language Server be implemented as a…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-09-09T15:15:41.8533333+00:00
Sajith 11 Reputation points
answered 2024-09-13T05:26:26.9533333+00:00
Joshua Lazaro Marandi 70 Reputation points
1 answer

Distributing Debugger visualizer packages

I have a developed a few Debugger visualizer packages using the new approach with DebuggerVisualizerProvider and VisualStudioContribution as seen here:…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-09-06T14:31:12.3966667+00:00
Thomas Ardal 20 Reputation points
commented 2024-09-11T06:36:02.7966667+00:00
Anna Xiu-MSFT 28,751 Reputation points Microsoft Vendor
0 answers

How to register a file scheme from Visual Studio extension

Is there a way to register a file scheme from an extension in Visual Studio so that when a code editor or a virtual document with that scheme opens, visual studio calls extension's Language Client implementation?

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-08-28T06:32:45.2+00:00
Sajith 11 Reputation points
commented 2024-09-04T08:11:41.66+00:00
Tianyu Sun-MSFT 30,561 Reputation points Microsoft Vendor
2 answers

Error loading Oracle components in VS 2019 after SSIS upgrade to version 4.6 and rollback to 3.16

I'm getting the following error when attempting to open an Oracle source, destination, or connection manager in VS 2019. The text version of the above screenshot and message details are in the code block below. We began encountering this error after…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,575 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-06-20T18:12:19.3033333+00:00
Amanda Hansen 0 Reputation points
commented 2024-09-03T13:36:57.44+00:00
Amanda Hansen 0 Reputation points
3 answers

I am unable to install any extensions or code spaces on visual studio

When I first open visual studio code, the output says this: 2023-12-25 18:24:28.042 [warning] Via 'product.json#extensionEnabledApiProposals' extension 'ms-python.python' wants API proposal 'registerIssueDataProvider' but that proposal DOES NOT EXIST.…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2023-12-25T22:49:21.2766667+00:00
Md Tauseef Zubayer Bin Amin 0 Reputation points
commented 2024-09-03T12:13:46.7966667+00:00
Pamesh 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix "The feature you are trying to use is on a network resource that is unavailable"

Hello Team, I'm facing issue in shortcut file after deploying the MSI package via Microsoft Intune and it is showing an error of "The feature you are trying to use is on a network resource that is unavailable". An application is getting…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,040 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,047 questions
asked 2024-05-07T07:22:25.0366667+00:00
Gawali, Dinesh 20 Reputation points
commented 2024-09-02T10:13:26.72+00:00
Tianyu Sun-MSFT 30,561 Reputation points Microsoft Vendor
2 answers

VS 2022 - Publish Under Build Tab Missing - I understand some things don't have a publish.

SCENARIO: Using VS 2022. Trying to publish Monogame following the monogame website tutorial for publishing to a single .exe file. This is a standard Monogame cross platform OpenGL project. Everything defaulted. Can move everything over to the DirectX…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-08-31T20:10:13.68+00:00
Eric Zabinsky 0 Reputation points
edited an answer 2024-09-02T08:17:41.19+00:00
Eric Zabinsky 0 Reputation points
1 answer One of the answers was accepted by the question author.

how to cancel the push action ?

I pushed of main and then I found I delete file that I do not want how to cancel this. I have not push it to github.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-08-31T10:25:39.1866667+00:00
mc 4,476 Reputation points
accepted 2024-09-01T04:29:52.0966667+00:00
mc 4,476 Reputation points
1 answer One of the answers was accepted by the question author.

Visual Studio Code extensions are not showing,even though https://marketplace.visualstudio.com/ is accessible on browser

Hi, In my company internet is restricted due to which in Visual studio code extensions are not visible ,i asked our admin to give access to https://marketplace.visualstudio.com/ .Even though i can go on this url through browser ,the extensions tab in VS…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-08-07T10:31:59.1233333+00:00
vamsi krishna 20 Reputation points
accepted 2024-08-30T07:25:29.5833333+00:00
vamsi krishna 20 Reputation points
1 answer

What to do if you get this on VSIX installer error: The installation of “Windows Driver Kit” could not be carried out successfully for all selected products

i already tryed to reset pc and folowing the steps ther but its still give me this error and this is how its looks like:…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,040 questions
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
98 questions
asked 2024-08-25T12:33:41.1766667+00:00
Victoria Victoria 0 Reputation points
commented 2024-08-28T01:40:57.73+00:00
Tianyu Sun-MSFT 30,561 Reputation points Microsoft Vendor
2 answers

Sign VSIX with USB eToken, file with no password prompt.

I've been signing vsix packages for six years without an issue. I'm just purchased my third three-year cert (Sectigo), which costs 4x as 2021 and is now delivered in a USB eToken device (accessed with the SafeNet application). Now the fun starts. I'm…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-08-15T05:29:03.4066667+00:00
Matthew Curland 0 Reputation points
answered 2024-08-15T21:28:10.8633333+00:00
Matthew Curland 0 Reputation points
0 answers

Custom breakpoint issue in Language Service Lua extension for VS2022

Hello, I am supporting a language service extension that we use internally for our Lua codes. This extension add syntax highlight for our lua codes, and also integrate a Lua debugger in the IDE. This extension was created a long time ago, on VS 2015,…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-08-14T15:57:55.6633333+00:00
David Guy 0 Reputation points
0 answers

Language Service issues with Lua extension update to VS 2022

Hello, I am currently experiencing issues with a Language Service extension that I updated from Visual Studio 2019 to Visual Studio 2022. The extension, that we maintain internally, adds support for Lua programming language, and includes setting up font…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,095 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-08-14T14:44:40.99+00:00
David Guy 0 Reputation points
1 answer

NO AVAILABLE EXTENSION IN VS 2022 17.10.5

I'm using vs 2022 17.10.5 version. the problem i'm facing is when i try to add new extension , it shows there is no extension . i can't able to add new extensions. someone help me to resolve this issue. i tried to install extensions for SSIS and SSRS.

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-08-08T14:11:54.99+00:00
MANOJ KRISHNAN 0 Reputation points
commented 2024-08-13T06:06:51.5466667+00:00
Anna Xiu-MSFT 28,751 Reputation points Microsoft Vendor
0 answers

How to use Language Server (LSP) with editors opened using IVSUIShell.CreateDocumentWindow

I have a Visual Studio extension that opens editors using IVSUIShell.CreateDocumentWindow. I am now trying to use Language Server (LSP) for the editors from this extension -…

Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
214 questions
asked 2024-08-08T15:13:00.8066667+00:00
Sajith 11 Reputation points
commented 2024-08-09T09:46:13.7366667+00:00
Sajith 11 Reputation points