297 questions with Developer technologies | Visual Studio | Extensions tags

Sort by: Updated
2 answers

Attaching to WSL process from a visual studio extension.

I can attach to a WSL process in visual studio by going Debug -> 'Attach To Process' in the menu, then setting the 'Connection type' to 'Windows subsystem for Linux', selecting the process from the list, and clicking the 'attach' button. How can I do…

Developer technologies | Visual Studio | Extensions
asked 2025-06-02T10:10:24.7433333+00:00
Kev Martin 0 Reputation points
answered 2025-07-04T20:38:11.09+00:00
Anas Younis 0 Reputation points
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
1 answer One of the answers was accepted by the question author.

Can't find 'adapter_config.json' for console_chat.py for Windows AI Toolkit

Hello, I cannot run console_chat.py using Windows AI Toolkit. Here is the error: "An error occurred: Can't find 'adapter_config.json' at ..." Is there updated code for the microsoft/Phi-3-mini-4k-instruct project? williamj

Developer technologies | Visual Studio | Extensions
asked 2025-06-20T16:40:02.71+00:00
William Johnston 106 Reputation points
commented 2025-06-21T14:44:11.38+00:00
William Johnston 106 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
2 answers

How to remove the toolbar menu for .sql files

I’m trying to remove the toolbar menu that appears specifically when .sql files are opened in Visual Studio. Do we need to implement a custom editor factory to achieve this? If yes, could you please explain how that can be done? If not, is there a…

Developer technologies | Visual Studio | Extensions
asked 2025-06-11T10:07:49.8333333+00:00
Vasu Bansal 20 Reputation points
commented 2025-06-18T07:17:14.3133333+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
4 answers One of the answers was accepted by the question author.

PORTABLE NUGET PACKAGE

I download a Nuget package for a .NET Core project in Visual Studio, then the same package is needed by another project, so the same process is repeated. I do not want to connect remote computer every time. I want to download the package one time and…

Developer technologies | Visual Studio | Extensions
asked 2025-06-08T09:13:28.3633333+00:00
MOON 40 Reputation points
accepted 2025-06-16T07:46:31.6+00:00
MOON 40 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
1 answer

How to fix Script task issue in Visual Studio 2019

Visual Studio 2019 Professional 16.11.45 not opening / editing Script Task Scripts SQL Server Data Tools 16.0.5270.0 Kindly please help , not seen any resolution working for this issue

Developer technologies | Visual Studio | Extensions
asked 2025-06-09T04:04:56.5066667+00:00
Udaya M 0 Reputation points
answered 2025-06-09T04:23:24.0266667+00:00
Udaya M 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
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…

Developer technologies | Visual Studio | Extensions
Developer technologies | .NET | Other
Developer technologies | VB
Developer technologies | Visual Studio | Other
asked 2024-06-12T15:25:22.23+00:00
Connor Frayne 35 Reputation points
commented 2025-06-05T20:09:01.4966667+00:00
Nick 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
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…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,703 questions
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Other
asked 2024-06-20T18:12:19.3033333+00:00
Amanda Hansen 0 Reputation points
commented 2025-05-20T13:30:48.8266667+00:00
Erik Wigbout 0 Reputation points