The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
395 questions with Developer technologies | Visual Studio | Extensions tags
How to fix "ERROR: Unrecoverable build error - 0x80029C4A"
I'm running Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.4.5 Suddenly this morning, I'm getting this error. I've tried some threads on StackOverflow, but they're quite old. I'm on Windows 10
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
How to Change Display Name of IVsDataExplorerNode at runtime in DDEX architecture?
In our Visual Studio extension, we are using Data Designer Extensibility Architecture to add a our extension node in the Data Connection hierarchy of Visual Studio Server Explorer. We want to rename one of the child nodes which is of type…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
¿Como puedo solucionar un failed build en VS Code ocasionado por una error de interpretación de gradlew?
Al intentar correr un programa de JAVA para un robot de FRC con las librerías de WPIlib en Visual Studio Code, me sale error y el código no se ejecuta, es decir al hacer click en "build robot code" no termina de compilarse y aparece el…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Tips on creating an Android app to consume webservices
Hi I have a database online at my ISP containing movie information that I would like to build an Android application around. I have also created a couple of SVC webservices in Visual Studio to return movie and actor information. These are also located…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Programmatically remove github account from account settings in Visual Studio 2022 within an VS extension
In Visual Studio 2022, I can add a GitHub account, via File --> Account Settings I have a Visual Studio extension where I would like to be able to check if any GitHub account was defined and if so remove that account. Basically to do the same action…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
How to kill external host exe when we close Visual studio extension
How to kill/close external host exe hosted in Visual studio extension. When we run extension IniitalizeAsync method initializes the extesnion contents where i am launching my external exe. Can anyone one please ler me know which method is called…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
How to resize WINFORMHOST..and PaaVinel place inside Visual Studio Extension ToolWINDOW.
Hi .I. have placed WINFORMHIST. .child=panel inside TOOLWINDOW created using Visual Studio Extension..When i resize ToolWINDOW WINFORMHIST And.panel. not resizing.. Please help.
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
what dependencies to install to create a python desktop project
In my Visual studio i can't create a Desktop Python project. I checked the tools installed but there is no dependencies that could make me create it. What are the dependencies or tools i have to install, in order to create a Python Desktop project?
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Why is my reference to an object instance destroyed
I'm using a extensive Word macro for years now. I'm trying to convert this to VB VSTO, but the object model gives lots of problems. There are no 'Default properties' defined: Using fi. "Selection.Style = "Normal"' fails. The properties…
Microsoft 365 and Office | Development | Other
Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
Microsoft 365 and Office | Word | For business | Windows
A family of Microsoft word processing software products for creating web, email, and print documents.
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Box with two lines appears on center top of System.Windows.Window
Hi im using the System.Window.Window Base class with a BlockText & a Border to create a tooltip like window. The issue is that at a certain width that black box width 2 lines appears. Any way to get rid of it? Im not sure if this is connected to…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Extension to Debug project with last successful build.
Hi Team, I am trying to create a Visual studio extension to debug the application with the last successful build. i.e, new build won't happen, instead it would Run the last build and attach that process to the Visual studio. I'm not sure whether VS…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
URGENT: VSIX not Installing....
So, I have a VISX that installs some templates with a Wizard. This has been working with 2019 for ever. Our company is in the process upgrading to VS2022, but I have not yet migrated the VSIX to work with 2022 yet, as I know there are some changes. …
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Debugging in Visual Studio Language Server Protocol
We have an extension where we implemented Microsoft.VisualStudio.Package.LanguageService in a custom class and registered the class in the package definition file using the GUID. We have provided debugging functionality as a part of our current…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Template Wizards, IWizard Interface - GetService?
Okay, I'm a little frustrated. Migrated to many versions of the TemplateWizardInterface which broke my stuff. Now, I wanted to be on the latest versions of everything but that broke VS2019, and I need to maintain both 2019 and evolve to 2022, but that…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Im writing a visual studio extension for voice controlling intellisense, starting a ctrl-space autocomplete sometimes triggers a history event.
Hi like my title say. Im triggering a auto complete to parse the data to a voice controller. It works quite well but there is some behavior of visual studio that when triggering the autocomplete it changes the whitespaces? I mean the voice control is…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment