344 questions with Developer technologies | Visual Studio | Extensions tags

Sort by: Updated
3 answers

Open a new file in memory from extension using custom editor

I am trying to open a new file (with .sql extension) in memory not in disc using a custom editor factory that I have implemented. IVsUIShellOpenDocument shellOpenDocument =…

Developer technologies | Visual Studio | Extensions
asked 2025-11-12T08:33:08.7133333+00:00
Sajith 66 Reputation points
commented 2025-12-09T05:52:03.5266667+00:00
Susmitha T (INFOSYS LIMITED) 1,640 Reputation points Microsoft External Staff
1 answer

Visual Studio 2022: “Constructor on type 'DocumentWizardInitializer' not found” when editing SSIS Package Configurations

I am unable to edit SSIS Package Configurations in Visual Studio 2022. Whenever I open SSIS → Package Configurations Organizer → Edit, Visual Studio throws an error and the configuration editor does not open. The same SSIS project and the same XML…

Developer technologies | Visual Studio | Extensions
asked 2025-12-01T18:19:02.2733333+00:00
Naresh Pulluri 0 Reputation points
commented 2025-12-09T05:26:45.71+00:00
Naresh Pulluri 0 Reputation points
2 answers

Language Server restarts only once in case of failure in Visual Studio

I am working on an extension that has a Language Server (LSP) implemented. I am trying to load the language server again in case of failure calling - ILanguageClientBroker.LoadAsync This works fine once, Language Server is loaded again once. But again…

Developer technologies | Visual Studio | Extensions
asked 2025-11-27T18:05:16.9433333+00:00
Sajith 66 Reputation points
commented 2025-12-08T08:26:28.4133333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,200 Reputation points Microsoft External Staff
0 answers

Why ssh connection to host via VS code is getting disconnected every 5-10 mins?

ssh connection to host via VS code is getting disconnected every 5-10 mins. How to fix this?

Developer technologies | Visual Studio | Extensions
asked 2025-12-08T08:21:14.63+00:00
Sudeepta kumar 0 Reputation points
2 answers One of the answers was accepted by the question author.

Link to old Version of Spec Explorer

First of all thank you very much for your helpful answer here: how-to-purchase-license-key-for-vs-professional-2012 ! By any chance could you also give us a link to the older releases of Spec Explorer (3.4 or 3.5)? They are mentioned here on your site…

Developer technologies | Visual Studio | Extensions
asked 2025-12-03T08:19:30.05+00:00
bububa 20 Reputation points
accepted 2025-12-06T18:02:11.2766667+00:00
bububa 20 Reputation points
0 answers

Can not login to Github Copilot in VisualStudio running with administrator rights

I have a Github Copilot, and I would like to login into Github account to be able to use it with my Visual Studio 2022. I can do it when VisualStudio started with usual user. But when it started with administrator rights (I need it to be run with admin…

Developer technologies | Visual Studio | Extensions
asked 2025-04-11T07:29:17.63+00:00
Khakimova, Ksenia 50 Reputation points
commented 2025-12-05T09:09:40.9+00:00
Nan Ma (EXT.) 0 Reputation points
2 answers One of the answers was accepted by the question author.

vs code extetensions

Are there any extensions that take Braille input and output Braille without translation?

Developer technologies | Visual Studio | Extensions
asked 2025-11-28T20:53:37.5066667+00:00
Hal Hana 20 Reputation points
commented 2025-12-04T12:42:46.7933333+00:00
Gade Harika (INFOSYS LIMITED) 2,020 Reputation points Microsoft External Staff
4 answers

i want to add the new field to the prodroutetable and data should be show in routeinventprod form but i got field in frontend and save but when i refresh the page data will be disappear why?please give me solution

i want to add the new field to the prodroutetable and data should be show in routeinventprod form but i got field in frontend and save but when i refresh the page data will be disappear why?please give me solution. i tried with table extension with…

Developer technologies | Visual Studio | Extensions
asked 2025-11-21T14:56:25.9966667+00:00
Kavana Naik |SKAVINYA| 0 Reputation points
commented 2025-12-04T08:25:50.1+00:00
Gade Harika (INFOSYS LIMITED) 2,020 Reputation points Microsoft External Staff
2 answers

Lost access to organization that published my VS Code extension

Hi, apparently I lost an access to my former organization that published my extension (https://marketplace.visualstudio.com/items?itemName=xvyslo05.cypress-open-testcase) I have accesses to both github and personal and work accounts that might be…

Developer technologies | Visual Studio | Extensions
asked 2025-11-20T12:44:23.66+00:00
Robin Vysloužil 0 Reputation points
commented 2025-11-28T14:11:58.87+00:00
Gade Harika (INFOSYS LIMITED) 2,020 Reputation points Microsoft External Staff
4 answers

Using Vs code, I load a folder and then it doesn't repond to my questions in github chat - agent mode

Using Vs code, I load a folder and then the program does not respond in my questions in github agent mode chat, how do i fix it?

Developer technologies | Visual Studio | Extensions
asked 2025-11-19T10:33:53.7733333+00:00
Christoforos Kapopoulos 0 Reputation points
commented 2025-11-28T05:39:23.2966667+00:00
Susmitha T (INFOSYS LIMITED) 1,640 Reputation points Microsoft External Staff
2 answers

Add project parameter in SSIS dtproj

I am developing an extension to help with SSIS package development. I need to set project parameter. I do this code : private void SetProjectParameters(EnvDTE.Project project, string parameterName, string value) { …

Developer technologies | Visual Studio | Extensions
asked 2024-10-11T14:53:54.63+00:00
Vernou 86 Reputation points
commented 2025-11-25T03:38:45.4+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 1,985 Reputation points Microsoft External Staff
1 answer

How to show scrollbar on hover window when hover text is large

Iam working on an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover). In some scenarios, hover text to be displayed is large and that causes a big hover popup that occupy the entire screen in Visual…

Developer technologies | Visual Studio | Extensions
asked 2025-11-12T14:53:02.8566667+00:00
Sajith 66 Reputation points
commented 2025-11-24T05:26:10.66+00:00
Adiba Khan 1,440 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How to fix "Could not find or load a type. (Exception from HRESULT: 0x80131522)" in Visual Studio 2026

I have installed visual studio 2026 and SQL Server Integration Services extension version 2.0 preview. But when I use slowly change dimensions component, the error "Could not find or load a type. (Exception from HRESULT: 0x80131522) (Microsoft…

Developer technologies | Visual Studio | Extensions
asked 2025-11-16T00:51:56.0233333+00:00
Martin 20 Reputation points
accepted 2025-11-24T04:19:41.6133333+00:00
Martin 20 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
commented 2025-11-21T11:27:44.9833333+00:00
Gade Harika (INFOSYS LIMITED) 2,020 Reputation points Microsoft External Staff
2 answers

Markdown string for Hover (textDocument/hover) in Visual Studio

Iam working on an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover) on some keywords in editor. Markdown string returned for Hover request does not work in my case. Does Visual Studio support…

Developer technologies | Visual Studio | Extensions
asked 2025-11-12T17:18:42.74+00:00
Sajith 66 Reputation points
commented 2025-11-21T10:58:51.58+00:00
Gade Harika (INFOSYS LIMITED) 2,020 Reputation points Microsoft External Staff
1 answer

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
Anonymous
commented 2025-11-21T05:58:42.32+00:00
Adiba Khan 1,440 Reputation points Microsoft External Staff
2 answers

When will Microsoft.VisualStudio.Interop v18 and related interop packages be available on NuGet?

Hello, I am developing an SSMS extension and need to reference the following assemblies for compatibility with Visual Studio 18 SDK: Microsoft.VisualStudio.Interop Microsoft.VisualStudio.OLE.Interop Microsoft.VisualStudio.Shell.Interop Currently,…

Developer technologies | Visual Studio | Extensions
asked 2025-11-12T09:32:08.31+00:00
utkarsh bandekar 10 Reputation points
commented 2025-11-20T04:50:27.0666667+00:00
Susmitha T (INFOSYS LIMITED) 1,640 Reputation points Microsoft External Staff
2 answers

LSP - 'textDocument/publishDiagnostics' to a virtual editor

I am working on a Visual Studio extension that Opens Code editors using IVSUIShell.CreateDocumentWindow. Implements a Langauge Server (LSP) which is associated to these code editors 'textDocument/publishDiagnostics' that are sent from Language…

Developer technologies | Visual Studio | Extensions
asked 2025-11-07T18:29:35.35+00:00
Sajith 66 Reputation points
commented 2025-11-19T05:47:05.63+00:00
Susmitha T (INFOSYS LIMITED) 1,640 Reputation points Microsoft External Staff
1 answer

No puedo crear una nueva suscripción de desarrollador de Microsoft 365

Mi nombre es Cristhian y estoy teniendo dificultades para crear una nueva suscripción de desarrollador en el programa de Microsoft 365. Utilicé anteriormente mi cuenta personal (correo: [tu correo aquí]) para crear una suscripción con el dominio…

Developer technologies | Visual Studio | Extensions
asked 2025-08-25T20:50:11.0566667+00:00
CRISTHIAN VIERA 0 Reputation points
commented 2025-11-19T05:06:37.22+00:00
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 1,985 Reputation points Microsoft External Staff
1 answer

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
commented 2025-11-19T04:44:49.93+00:00
Varsha Dundigalla(INFOSYS LIMITED) 3,810 Reputation points Microsoft External Staff