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…
Visual Studio Debugging

SSIS Package Password
Hi all, I have an 'Execute Package Task' in SSIS that connects to another package via a password. I'm wondering if there's any way to bypass this password. Please let me know of if you require more info. Thanks
Visual Studio Debugging


How to get rid of rendering messages in the Visual Studio Output window while debugging
How can I get rid of messages like the one below that appear in the VS Community 2022 Output window while debugging? While trying to fix some other problem the other day, I must have changed something that triggered them, but I can't recall what might…
Visual Studio Debugging
Disabling autocompletion from spacebar in VS 2022
This problem is maddening and the only thing I've found is that 2019 isn't going to see a fix for it. I found a couple listed fixes for earlier versions to remove the spacebar from the list of keys that trigger autocomplete but not even a mention of the…
Visual Studio Debugging
Yellow bar error doesn't show me which filename is longer than 248 chars.
The yellow bar error doesn't show me which filename is longer than 248 characters. I know that not a single filename which is longer than 240 characters.
Visual Studio Debugging

Package 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform 2.0.1' is not found in the following primary source(s)
I have an old project built on the .Net Framework v4.5.2 that references Microsoft.CodeDom.Providers.DotNetCompilerPlatform 2.0.1. I can Browse to it in NuGet and attempt to install the version I need. In the image above, you will notice that it says…
Visual Studio Debugging
MFC Edit control produces debug assert on first action
Windows 11, Visual Studio 17.13.3, C++, MFC, dialog app Question: In the dialog constructor, add code for an Edit Control to clear it and get a popup dialog stating: Debug Assertion Failed! Details I solicited Bing.com and ChatGPT (right name?) for…
Visual Studio Debugging
.NET Maui project won't start after upgrading visual studio 2022
I upgraded visual studio 2022 to 17.13.6 my .NET Maui project targeting .NET 8.0 builds with no errors and deploys successfully but does not start
Visual Studio Debugging
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
Visual Studio Debugging
Debugging typescript on Visual Studio
I'm trying to debug a Cloudflare worker typescript project on Visual Studio 2022, I did a post on developer community about the issues i'm experiencing. I'm cross posting it here in case someone has any types or suggestions in how i could solve any of…
Visual Studio Debugging
Hyperlinks Created in VSCode Not Opening in Chrome
There are issues with hyperlinks created in VSCode not displaying in the default browser, Chrome. Multiple URLs and browsers have been tested without success. The URL is correctly placed within the quotations of the href, but the hyperlink does not show…
Visual Studio Debugging
How to troubleshoot memory allocation errors in Visual Studio Community 2022
A memory allocation error is encountered when using Visual Studio Community 2022, particularly during system shutdown or when pulling from GitHub. Assistance is needed to resolve this issue, which a local store indicated may be related to the software.
Visual Studio Debugging
Old VB.net project form won't load. WTF is "NuGet"?
I tried to load an "old" VB.Net project I wrote in 2023. The form/designer won't load. I can see the code, but not the form. When I try to load it, I get the message: "Loading Designer." but nothing ever loads. At the bottom of the…
Visual Studio Debugging


Why does Live Preview not work on my VS 2022 maui project
Hi, I am using VS 2022 and have a .NET MAUI project. The issue is that Live Preview doesn't seem to work. I watched the video here: https://www.youtube.com/watch?v=nEOvX3YKw_E However, I get the error shown below and I don't have the debug…
.NET MAUI
Visual Studio Debugging
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.
Visual Studio Debugging
ClosedXML new XLWorkbook(memorystream) Works in VS Debugger But Not the Published App
I have a large WASM app that works with multi-worksheet Excel files the user selects via the InputFile component. After the user selects one or more files, I use the code below to put the contents in a ClosedXML XLWorkbook. This works as expected when…
Visual Studio Debugging
One or more errors occurred while starting the following Agents: IDB 17.14.260
I get this error when I try to debug my iOS project on my iPad: One or more errors occurred while starting the following Agents: IDB 17.14.260 Why am I getting this error? In addition, creating an archive is not working when I right click on my iOS…
Visual Studio Debugging
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…
Visual Studio Debugging
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 Debugging
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…