344 questions with Developer technologies | Visual Studio | Extensions tags
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
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
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
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
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
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
vs code extetensions
Are there any extensions that take Braille input and output Braille without translation?
Developer technologies | Visual Studio | Extensions
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
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
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
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
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
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
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
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
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
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
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
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
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…