1,078 questions with Visual Studio Debugging tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-22T19:39:39.02+00:00
Bryan Kelly 426 Reputation points
commented 2025-05-07T20:30:44.7866667+00:00
RLWA32 48,501 Reputation points
0 answers

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-05-07T09:25:58.65+00:00
Babawale Dawodu 110 Reputation points
1 answer One of the answers was accepted by the question author.

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-05-06T20:08:13.2266667+00:00
Steve Rehling 125 Reputation points
edited a comment 2025-05-06T21:00:51.0633333+00:00
Steve Rehling 125 Reputation points
3 answers One of the answers was accepted by the question author.

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2022-03-05T01:02:44.72+00:00
Jingo Unchained 66 Reputation points
commented 2025-05-06T14:49:17.4466667+00:00
Garrett Hensley 15 Reputation points
0 answers

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-05-05T18:38:18.8333333+00:00
Mohammadreza Mohammadi-Far 0 Reputation points
commented 2025-05-05T18:53:40.6866667+00:00
Viorel 121.4K Reputation points
0 answers

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-05-05T16:01:08.5866667+00:00
Joe Pool 0 Reputation points
1 answer

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-26T21:03:46.9+00:00
Bryan Kelly 426 Reputation points
answered 2025-05-05T01:50:22.9466667+00:00
Bryan Kelly 426 Reputation points
0 answers

.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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-05-01T21:25:41.58+00:00
Sabel Bbela 0 Reputation points
1 answer

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-22T14:21:48.47+00:00
Adewuni Olufunso 20 Reputation points
commented 2025-05-01T14:11:20.69+00:00
Adewuni Olufunso 20 Reputation points
0 answers

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-30T09:04:37.2266667+00:00
Lilo 20 Reputation points
0 answers

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-26T17:02:05.9566667+00:00
alex the curious 0 Reputation points
edited the question 2025-04-30T04:47:51.48+00:00
simo-k 8,350 Reputation points
0 answers

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-30T03:16:40.6166667+00:00
Ryan Wien 0 Reputation points
1 answer

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-28T21:31:20.5933333+00:00
Mugsy's RapSheet 196 Reputation points
commented 2025-04-29T15:34:31.7766667+00:00
Mugsy's RapSheet 196 Reputation points
2 answers

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
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,094 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2023-01-10T00:28:12.443+00:00
CFos 41 Reputation points
commented 2025-04-28T17:37:46.3033333+00:00
Lorenzo 0 Reputation points
1 answer One of the answers was accepted by the question author.

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-17T20:23:34.8166667+00:00
CDev-8220 300 Reputation points
commented 2025-04-27T02:34:44.26+00:00
Michael Taylor 58,861 Reputation points
1 answer

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-24T15:29:08.45+00:00
Steve Rehling 125 Reputation points
answered 2025-04-26T16:14:40.2666667+00:00
Steve Rehling 125 Reputation points
0 answers

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 Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-24T12:46:27.1066667+00:00
Kim Strasser 1,321 Reputation points
commented 2025-04-25T11:40:52.4633333+00:00
Kim Strasser 1,321 Reputation points
0 answers

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-21T19:27:28.4433333+00:00
iqworks Information Quality Works 316 Reputation points
edited the question 2025-04-21T19:47:19.9566667+00:00
iqworks Information Quality Works 316 Reputation points
0 answers

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
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-21T08:09:29.75+00:00
Madhusudhan V 0 Reputation points
edited the question 2025-04-21T08:17:57.4866667+00:00
Madhusudhan V 0 Reputation points
0 answers

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…

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,078 questions
asked 2025-04-18T20:38:44.7966667+00:00
Tyler Suard 0 Reputation points