305 questions with Developer technologies | Visual Studio | Extensions tags
Using SVN with Visual studio 2022
Hi Team, I have a requirement where I need to connect to a SVN URL using Visual Studio 2022 and download the .Net project/Solution. Can you please let me know how to do this. If possible, please provide me with the link for this. Thanks, Salil
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Setup

VSIX file created in VS2022 version 17.6.4 is not working with VS2022 version 17.7.1.
We created a VS2022 vsix in VS2022 professional version 17.6.4 . When we try to use the same in VS2022 vsix in VS2022 professional version 17.7.1 we are not able to make use of it. IS there any difference between VS versions that impacts this usage?
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Other
How to create a custom VS solution template (not project or item template) using visual studio extensions
Hi all, I want to create a custom solution template with a solution folder and some files in the solution folder. I dont want any project template in the solution. I remember doing this before but I forgot how I accomplished it. Can anyone tell me how to…
Developer technologies | Visual Studio | Extensions
Visual Studio Code Intellisense not working at all
I am using golang and the intellisense have stopped working for some reason. For example: if I type the word "servr" instead of "server", I don't see the red underline. I have tried clearing out the cache, reinstalling visual studio…
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other
How long is VSTO add-ins going to be supported for Office Excel as an minimum?
Hi! I do not feel like there is any specific place where Microsoft defines a minimum for how long Visual Studio Tools for Office (VSTO) is going to be supported, just for reference. I need this knowledge in relation to a customer who are using VSTO and…
Microsoft 365 and Office | Development | Other

Developer technologies | Visual Studio | Extensions
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Developer technologies | Visual Studio | Other

Error message when using ARM Template extension in VS Code
I am encountering an error when trying to use the ARM Template extension in VS Code. Whenever I run it, I receive the following error message: "Spawn UNKNOWN." The error message is shown below.
Developer technologies | Visual Studio | Extensions

How to create a specific view using natvis debug visualizer?
I'm trying to post my question here but the forum keeps deleting my topic could a moderator check it, please? Meanwhile, I have posted the question on StackOverflow
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other
Run the MSI installer built by VS installer project with admin rights
Hello, I am building an MSI installer using VS2019 and installer project extension. The MSI must run with admin rights, so I followed the below steps. The installer project file (*.vdproj) has the following options and if I set RequiresElevation to…
Developer technologies | Visual Studio | Extensions
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | Visual Studio | Other
Why does looping over C++ projects and configurations in a VSIX extension cause Visual Studio to freeze?
I'm doing some work on a Visual Studio plugin and I've come across an issue when I'm trying to loop over a large number of C++ projects and their configurations. What I observe when I try to iterate over a solution containing ~200 projects is that around…
Developer technologies | Visual Studio | Extensions
Developer technologies | C#
How to create MSI installer for .Net 6 Websocket Application used as Window Service?
Need to create a msi installer for a websocket application used as window service for deployment. instead of using the CLI method.
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | Visual Studio | Extensions
Developer technologies | .NET | Other
"Target Framework not supported" error on opening a project of custom type - VS2022
We have an extension for Visual Studio that provides a custom project type implemented using MPF - https://github.com/tunnelvisionlabs/MPFProj10 This project type that our extension provides used to work fine till VS2019. In VS2022 also creating…
Developer technologies | Visual Studio | Extensions
How to add checkbox button in Toolbar Visual Studio Extension
I need to add checkbox(check and uncheck)in Visual Studio extension Toolbar.
Developer technologies | Visual Studio | Extensions
Is Telemetry supported in Visual Studio 2022 extensions ?
Would like to understand if the Visual Studio Code Extension telemetry support is available in Visual Studio 2022 extension as well? If yes, where can I find the documentation and samples for same ? Does this Telemetry also connects to Azure App…
Developer technologies | Visual Studio | Extensions
I am unable to run myCustom command created using VSIX in Visual Studio 2022 command window.It says "Command" not valid .Same code works in 2019
I created a command under tools using vsExtensions samplecode var menuCommandID = new CommandID(CommandSet, CommandId); var menuItem = new OleMenuCommand(this.Execute, menuCommandID); menuItem.ParametersDescription =…
Developer technologies | Visual Studio | Extensions
How to write a VSIX extension in VB.NET that changes the tooltip of date variables?
I am working on a VSIX extension (named ChangeToolTipDate) in VB.NET for Visual Studio 2022 that changes the tooltip of date variables when debugging. I want to do this as a learning exercise and to make debugging easier. For example, when I hover the…
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Debugging
Image Watch Microsoft extension source
Where i can find the source of this extension? https://marketplace.visualstudio.com/items?itemName=VisualCPPTeam.ImageWatchForVisualStudio2022
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Other
HTML Preview not working.
Hello! My name is Alan. Currently i am using the Visual Studio Code, and i use the extension HTML Preview too, but i do not know why the HTML Preview is not showing the right way the page by the code. This specific code show imagens and change the…
Developer technologies | Visual Studio | Extensions
visual studio 2022
I cannot count on visual studio 2022 maintaining the environment from task to task (open and close the application). and cntl alt x will not bring back the tool set ... what am I missing here? THanks, Mark
Developer technologies | Windows Forms
Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
SSIS source Pivot stored procedure
Good morning to all of you I was wondering if it is possible in visual studio 2022 ssis to read the result of a pivot stored procedure and send it to an excel file. My problem lies in the fact that the column names are never the same. Do any of you…
SQL Server Integration Services
Developer technologies | Visual Studio | Extensions
Debug Visual Studio Extension use outdate code
I'm trying to debug a VS extension, when i click on "Local Window Debugger" for the first time, I get this message: I have no idea wtf is this, I'm not on Release, I have "Debug" selected, I have tried both: Disable Just MyCode and…