339 questions with Developer technologies | Visual Studio | Extensions tags
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
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
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
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
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 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 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
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
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
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…
Developer technologies | Visual Studio | Extensions
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
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
Why are Backspace, Enter, Navigation keys not working while editing any file in Visual Studio?
I am using Visual Studio Extensions, while creating a new solution through extension for the first time, we are only able to type alphabets. Backspace, Enter, Navigation keys are not working while editing any file. But when we force close the solution,…
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Other
Developer technologies | C#
How to add icon near string for compartment item of CompartmentShape
Hello. Please help, i have a situation: Create domain-specific language project type in VS 2022 Then, i create my domain classes and shapes here is picture of my setup: As you can see - i have "Town" domain class, "Street" domain…
Developer technologies | Visual Studio | Extensions
Theming ToolStrip buttons using Image service
I am trying to use images for ToolStrip buttons using Image service following this- https://learn.microsoft.com/en-us/visualstudio/extensibility/image-service-and-catalog?view=vs-2022 But this is not working with changing themes. I have tried setting the…
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
How to open a new file in memory in visual studio using my editory factory
I want to open a new .sql file in memory not in the disc and also when the file is open i want to use my editory factory to it I tried this method to create a new .sql in memory file but using this way I am not able to use my editory factory to it. var…