297 questions with Developer technologies | Visual Studio | Extensions tags
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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…