94 questions with Developer technologies | Visual Studio | Extensions tags

Sort by: Updated
0 answers

Microsoft Visual Studio Installer Projects 2022 - The location where the file is opened is invalid

hello, ,Visual Studio 2022 : 17.14.7, I created a shortcut in the User's Desktop node, question : “Right click mouse” -> "attribute" -> "The button to open the location of the file is invalid" "Right click mouse"…

Developer technologies | Visual Studio | Extensions
asked 2025-06-29T13:41:37.0166667+00:00
929Free 641 Reputation points
0 answers

can VS Code highlight TIE syntax?

Can VS Code recognize and highlight TIE syntax? Is it and extension? Where do I get it, how do I install it? If not yet available, how do I create one?

Developer technologies | Visual Studio | Extensions
asked 2025-06-24T00:45:51.0966667+00:00
Laszlo Borbely-Bartis 0 Reputation points
0 answers

Publishing MSIX packages to the store on VS2022 for AR

I have an app which I package and publish for several years via VS2019 using the Windows Application Packaging Project. This deploys direct to the Microsoft Marketplace where I can publish it. I have recently upgraded to VS 2022 for ARM and can no longer…

Developer technologies | Visual Studio | Extensions
asked 2025-06-19T14:47:30.7266667+00:00
Neil Elroy 0 Reputation points
0 answers

How to open a untitled file

I want to open a Untitled file in visual studio, when i open the file it is supposed to save in the disk until user explicitly saves it and also I want to attach my Editor factory or language service to that untitled file I am using this code but it is…

Developer technologies | Visual Studio | Extensions
asked 2025-06-19T09:52:38.9633333+00:00
Vasu Bansal 20 Reputation points
0 answers

After Deployment in Azure function - Internal server error 500 (exception caught attempting to connect to SQL DB)

Create Azure Resources: Azure Function App: Create an Azure Function App in the Azure portal. Key Vault: Set up an Azure Key Vault to store your sensitive information like passwords securely. Azure SQL Database: Create an Azure SQL Database in the…

Developer technologies | Visual Studio | Extensions
asked 2025-06-17T12:39:07.56+00:00
Reshma 0 Reputation points
0 answers

Can I use my MSDN Visual Studio Enterprise subscription to create Azure connectors for my development boxes?

We are having issues with our new development boxes get created, spun up and then after getting upgraded to 10.0.43, the environments come up as incomplete. We are being told that is has to do with the Azure Connectors not being current and expired. …

Developer technologies | Visual Studio | Extensions
asked 2025-06-11T19:36:08.05+00:00
Reg Cracknell 0 Reputation points
0 answers

How to bypass the default language service when opening the .sql file

I am trying to associate my language service when opening .sql file but it is connecting the default lang service also showing these tool menu and I don't want to show these tool menu i have my custom tool menu for that but with .pls etc i am able to…

Developer technologies | Visual Studio | Extensions
asked 2025-06-09T13:54:52.19+00:00
Vasu Bansal 20 Reputation points
edited the question 2025-06-10T05:42:38.05+00:00
Vasu Bansal 20 Reputation points
0 answers

Extension could not be found during debugging

I am writing a Visual Studio extension, and when I build it is telling me that the extension is not installed, so I cant build why? This extension works fine on another PC and I can debug it, but not on the PC I am trying to work with. Extension…

Developer technologies | Visual Studio | Extensions
asked 2025-05-20T12:08:42.3+00:00
JeffLund 5 Reputation points
commented 2025-06-09T06:15:54.44+00:00
Einstein Ning 0 Reputation points
0 answers

How do I package my Deploy contents into an Installer for my winui 3 app?

I reference images that I hold in a SharedResources project using the relative binding like this in my XAML: <Image Source="ms-appx:///SharedResources_UI3/NewIcons/Delete_Icon2.svg" Width="35" Height="35"…

Developer technologies | Visual Studio | Extensions
asked 2025-06-05T21:41:54.6933333+00:00
Scott Alexander 0 Reputation points
0 answers

SSIS Error "Could not create a managed connection manager." in VS2022 at runtime

I work with Always Encrypted databases in SQL Server with Host Guardian Services set and have to run many integration processes using SSIS. As per Microsoft support, the ONLY driver capable of establish a connection to SQL Server using Host Guardian…

Developer technologies | Visual Studio | Extensions
asked 2025-06-04T01:24:06.7366667+00:00
Ricardo Silva 6 Reputation points
edited the question 2025-06-04T17:18:23.16+00:00
Ricardo Silva 6 Reputation points
0 answers

Visual Studio Icon Extension

Hello How do I create an extension for Visual Studio to change the icons in a solution? There are no resources at all, no good guidance.The icons are really outdated.I previously created a theme change extension, but I didn't see any source for the…

Developer technologies | Visual Studio | Extensions
asked 2025-05-30T08:14:24+00:00
حامد حیدریان 0 Reputation points
0 answers

How do I add syntax highlighting support for a custom language in Visual Studio through an extension?

Hi, I'm building a Visual Studio extension to support a custom language, and I’d like to add syntax highlighting (e.g., for keywords, strings, comments). I’ve looked into using IClassifier, IClassificationType, and MEF, but I’m not sure how to properly…

Developer technologies | Visual Studio | Extensions
asked 2025-05-28T10:00:47.2466667+00:00
ALi World 0 Reputation points
0 answers

How Can I Obtain a PLK for a VSPackage in Visual Studio 2002-2008?

Hi, I need a PLK to get a VSPackage to load properly in VS2002 - 2008. For around 15 years ago, you could get one from: "http://msdn.microsoft.com/en-us/vstudio/cc655795". However, that link no longer works. So, anyone that knows how I can…

Developer technologies | Visual Studio | Extensions
asked 2025-05-21T08:24:19.44+00:00
Johan Ljunggren 0 Reputation points
0 answers

How to style the text of a collapsed outline region?

I'm working on a Visual Studio 2022 C# extension to customize the text of C++ #pragma region #pragma endregion 1: default, 2: modified using the code below, 3: collapsed I would like to ask how i could customize the text show when the block is…

Developer technologies | Visual Studio | Extensions
asked 2025-05-05T04:42:08.2133333+00:00
Lilo 20 Reputation points
commented 2025-05-17T15:02:38.8966667+00:00
Lilo 20 Reputation points
0 answers

How to determine build action type in vsix

I trying to create a extension where it will trigger when the solution is started build but i face method not implemented error when i try to clean the solution . I have attached the code and what i need is When the solution is build i need to skip the…

Developer technologies | Visual Studio | Extensions
asked 2025-05-06T08:20:19.5833333+00:00
shriram 135 Reputation points
0 answers

Choosing the Right VS Code Extensions for Java Development with Ant Build

I have an existing Java project built using the Ant build engine. I see there are many extensions for VS Code that provide various levels of Java support. I saw one each from both Microsoft and Oracle. But do I need both or are they duplicates? Do…

Developer technologies | Visual Studio | Extensions
asked 2025-04-29T02:50:35.7766667+00:00
Will Pittenger 311 Reputation points
0 answers

App center builds are not displaying

I can not see the list of apps from my app center account. In an article I saw the app center did extend its support till the end of June 2026. So why am I unable to see the apps?

Developer technologies | Visual Studio | Extensions
asked 2025-04-27T11:22:22.1833333+00:00
Abdul Gafur 0 Reputation points
0 answers

I CANT EDIT AN SCRIPT TASK IN VISUAL STUDIO

Hi. I cant edit the cript in the object Script Task in Visual Studio. I have installed VSTA, reinstalled Visual, Repaired and tried many options but doesnt work. Please help me finding a solution.

Developer technologies | Visual Studio | Extensions
asked 2025-04-23T16:14:18.7066667+00:00
Dennys Diaz Romero 0 Reputation points
edited the question 2025-04-23T16:14:48.64+00:00
Dennys Diaz Romero 0 Reputation points
0 answers

"Deploy to web app" button in VS Code Azure extension does not work

I am following this tutorial: https://learn.microsoft.com/en-us/azure/app-service/quickstart-python?tabs=flask%2Cwindows%2Cvscode-aztools%2Cvscode-deploy%2Cdeploy-instructions-azportal%2Cterminal-bash%2Cdeploy-instructions-zip-azcli I followed it…

Developer technologies | Visual Studio | Extensions
asked 2025-04-18T19:46:16.3566667+00:00
Tyler Suard 0 Reputation points
commented 2025-04-18T20:10:57.7533333+00:00
Tyler Suard 0 Reputation points
0 answers

ModuleNotFoundError: No module named 'machine'

PS C:\Users\willa\OneDrive\Documentos\Raspberry Pi Pico\Teste4> & C:/Users/willa/AppData/Local/Programs/Python/Python313/python.exe "c:/Users/willa/OneDrive/Documentos/Raspberry Pi Pico/Teste4/teste7" Traceback (most recent call last): …

Developer technologies | Visual Studio | Extensions
asked 2025-04-12T17:07:44.73+00:00
William Santos 0 Reputation points