Visual Studio VSIX Package Not Loading in Experimental Instance (`/rootsuffix Exp`)
Summary A previously working VSIX extension no longer loads in the Visual Studio Experimental Instance. The .vsix package builds and installs successfully. InitializeAsync() on the AsyncPackage is never called. No ActivityLog.xml is generated. All…
I CANT EDIT AN SCRIPT TASK IN VISUAL STUDIO
Hi. I cant edit the cript in the object Script Task in Visual Studio. I have installed VSTA, reinstalled Visual, Repaired and tried many options but doesnt work. Please help me finding a solution.
Addressing CVE-2025-0167 vulnerability - How to upgrade curl and libcurl 8.12.0
Hi team, please I need a step-by-step approach to upgrade curl and libcurl from 8.9.1.0 to 8.12.0. First I will like to understand what type of file should I download? I plan to install on several VMs. Thanks
MFC Button Does Not Click
Windows 11, Visual Studio 17.13.3, C++, MFC, dialog app Question: The most simple possible button does not work. How could I have messed up Visual Studio to cause this? Details: I am trying to create an MFC project with dialogs. The first set of…
Issues publishing a Fluent UI Blazor project from Visual Studio to Azure Web App
I have a basic Fluent UI Blazor app in Visual Studio and I am trying to publish it to an Azure Web App (Windows). I am using the downloaded publishing profile from Azure. It says it is successful in the publish, but I get A call to warmup your site…
visual studio 2022 - adb device manager not showing my device. But, the device IP is visible with the “adb devices” command
I am thinking that if the IP can be seen in the “abd devices” command that it should be visible in the device manager? I could be wrong. I have the adb.exe path in the system environment PATH variable. C:\Program Files…
Dotnet 9 apps blocked by Windows security Completely
Dotnet 9 applications unable to run as its blocked by Windows security. i tried with multiple simple applicaitons console all. all blocked,same app if i change to .net 8 then it works fine. I have visual studio, sdk ,os all updated to latest. Mostly…
Visual Studio 2022 cannot update
Hi, I am using Visual Studio 2022 Professional 17.4.2 and I am trying to download the latest version. I am using Windows 11. Installer version is 3.5.2145.59678. The installer hangs and does not download anything. Here is what I tried: Right click…
VB 2010 , when create new EXE , why windows 10 security say its not virus and windows 11 say its virus file
VB 2010 , when create new EXE , why windows 10 security say its not virus and windows 11 say its virus file I create a new exe in vb 2010 or vb 2019 I use this setting also <requestedExecutionLevel level="requireAdministrator"…
Is there an alternative way to report a problem with Visual Studio?
Is there another way I can report a problem without using the IDE, or installer? I keep getting this: When I Launch without Visual Studio, I get this, which isn't useful in the circumstances.
How to customize the line height of text sent on the Output window?
I’m trying to use ILineTransformSourceProvider to customize the height of the lines sent on the “Output” window: internal class LineTransformSource : ILineTransformSource { public LineTransformSource() { } LineTransform…
VS2022 Popups
Every time I try to use VS2022 I end up running back to VS2008. I have installed it on a spare PC and I am finding several issues which I will raise in separate posts as recommended in the forum. In VS2022 there is a plethora of popups that keep…
Having to re-authenticate to Azure 10+ times per session
Hello. I am using VS Code with Azure. It is disconnecting and making me log in up to 10+ times per session. Is there any way to set it to "trust this computer"? I don't like having to find my password from another browser, then send myself…
"Deploy to web app" button in VS Code Azure extension does not work
I am following this tutorial: https://learn.microsoft.com/en-us/azure/app-service/quickstart-python?tabs=flask%2Cwindows%2Cvscode-aztools%2Cvscode-deploy%2Cdeploy-instructions-azportal%2Cterminal-bash%2Cdeploy-instructions-zip-azcli I followed it…
Visual Studio 2022 no inicia
Trato de ejecutar visual studio 2022 community solo carga la pantaala de visual de carga y se cierra inesperadamente, trate de muchas formas pero aun no consigo solucionar el problema, este es el reporte del error que conseguí después de varios…
Problem having offline installation of VS 2022 community
Hi all, I've downloaded a copy with the packages that I need, to install it in an offline machine. After finishing the download from Microsoft site this is the result : The problem is that there is only folders and no installer file to install the…

Visual Studio 2022 - Run as Administrator - No Longer Works - Troubleshoot Compatibility Useless
I have been doing this for years with different versions of Visual Studio. This is for Visual Studio 2022. As I have done for years, I have added it to the Taskbar to open specific solutions quickly. ADMIN mode is usually required for VS to function…

Disabling autocompletion completely in VS 2022
VS 2022 IntelliSense auto completion is a productivity killer. I spend as much time deleting what it inserts as I do trying to enter code. If I hit return after completing a line of code IntelliSense auto completion presents it's suggestion, which…
Adding a new command to the Output Window's context menu
I've been trying for several hours to extend the context menu of the Output window in Visual Studio 2022, so that clicking on it with the left mouse button would display an item linked to my custom command. I want to select text in the Output window…
MsBuild ignore TransformWebConfigEnabled parameter
For some reason MsBuild tag my obj\web.config as ReadOnly. I trying several time to find a workaround but without success. ServiceApi failed with 1 error(s) (6.9s) → output\ C:\Program…