1,169 questions with Developer technologies | Visual Studio | Debugging tags

Sort by: Updated
1 answer

VS Code stopped showing syntax errors

My visual studio code stopped showing the red squiggly lines for syntax errors and I have tried every solution that I have googled. I even asked my programming prof what was wrong with my VS code and he didn't know after. I even reinstalled VS Code but…

Developer technologies | Visual Studio | Debugging
asked 2026-01-06T01:58:51.7266667+00:00
Vivian 0 Reputation points
commented 2026-01-06T19:17:14.8433333+00:00
Vivian 0 Reputation points
2 answers

DEPLOY ERROR

After the upgrade of VS to version 17.14.9 today, all my MAUI projects, that used to run before, generate a Deploy Error: Error ADB0010: Mono.AndroidTools.InstallFailedException: Unexpected install output: Exception occurred while executing…

Developer technologies | Visual Studio | Debugging
asked 2025-07-16T14:06:05.63+00:00
Giorgio Sfiligoi 571 Reputation points
edited a comment 2026-01-05T15:26:08.29+00:00
Niko Kreuzer 0 Reputation points
1 answer

Difference between initialized property and got by the "getter"

struct MainWindow : MainWindowT<MainWindow> { private: int32_t m_myValue{ **83** }; //**initialized** public: MainWindow() { } int32_t MyProperty(); void MyProperty(int32_t value); void…

Developer technologies | Visual Studio | Debugging
asked 2026-01-03T08:54:49.34+00:00
Pranas Banys 20 Reputation points
answered 2026-01-05T12:35:52.1566667+00:00
Gade Harika (INFOSYS LIMITED) 2,335 Reputation points Microsoft External Staff
3 answers

Making TextBox , declared in .xaml visible in struct MainWindow of WinUI 3 ?

Tell, somebody,please, how to make TextBox , declared in .xaml visible in struct MainWindow of WinUI 3 ? As I can see it does not become visible automatically. Function FindName() , suggested by AI, does not seem to exist. PB

Developer technologies | Visual Studio | Debugging
asked 2026-01-03T18:40:47.29+00:00
Pranas Banys 20 Reputation points
answered 2026-01-05T10:16:24.9666667+00:00
Susmitha T (INFOSYS LIMITED) 2,135 Reputation points Microsoft External Staff
0 answers

Why is Windows pointer pThread null?

This gets deep into the MFC/GUI overhead and what I think of as boilerplate of MFC and a GUI project. Began with a working project.  I added two classes, one to do my work and a second example class to see the effects of a reply in this forum and learn…

Developer technologies | Visual Studio | Debugging
asked 2026-01-03T04:14:18.9366667+00:00
Bryan Kelly 551 Reputation points
commented 2026-01-04T12:30:24.0966667+00:00
RLWA32 51,636 Reputation points
1 answer One of the answers was accepted by the question author.

Case of initialization in C++ of WinUI 3

Hello everybody, when I try to initialize property members of struct MainWindow: m_myValue = 83; but when I retrieve the same property via getter function int32_t MyProperty() , I get a different value : -33686019 . Where is…

Developer technologies | Visual Studio | Debugging
asked 2026-01-03T16:18:51.1+00:00
Pranas Banys 20 Reputation points
commented 2026-01-04T05:23:02.4466667+00:00
ん やま 0 Reputation points
1 answer

VS 2026 Error when running a .Net 10 console app in Debug

Getting this error on a .Net 10 console app in VS 2026. I am just trying to run a basic console application with only Hello World in the Console. I haven't added anything to it. Can someone please help because VS 2026 is useless without being able to…

Developer technologies | Visual Studio | Debugging
asked 2025-12-19T21:45:28.44+00:00
Speckhals, Ken 10 Reputation points
commented 2025-12-30T14:45:02.0733333+00:00
Arwin 0 Reputation points
2 answers

Case of error C2061

if RoutedEventArgs is a data type, why I get " error C2061: syntax error: identifier 'RoutedEventArgs' " in a simple Button Click function? What I do wrong? (VS2026, Blank C++ app)

Developer technologies | Visual Studio | Debugging
asked 2025-12-28T15:48:19.1566667+00:00
Pranas Banys 20 Reputation points
commented 2025-12-28T17:55:34.2466667+00:00
Pranas Banys 20 Reputation points
0 answers

my vscode can't perform Qt correctly

Developer technologies | Visual Studio | Debugging
asked 2025-12-23T11:50:33.24+00:00
保民 张 0 Reputation points
commented 2025-12-23T12:23:44.86+00:00
Viorel 125.9K Reputation points
3 answers

“My VS Code integrated terminal is completely blank and doesn’t load PowerShell or CMD, even though both shells work normally outside VS Code.”

Screenshot 2025-12-01 160917.png Screenshot 2025-12-02 154146.png My VS Code integrated terminal stays completely blank and does not load PowerShell or CMD. CMD and PowerShell work perfectly outside VS Code, so the issue is only inside VS Code. I…

Developer technologies | Visual Studio | Debugging
asked 2025-12-02T10:13:43.6766667+00:00
Nishu Gupta 0 Reputation points
commented 2025-12-22T15:19:58.72+00:00
Sahil Bagde 0 Reputation points
5 answers One of the answers was accepted by the question author.

DLL entry list

I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function…

Developer technologies | Visual Studio | Debugging
asked 2025-12-13T16:04:38.7366667+00:00
David Lightstone 50 Reputation points
accepted 2025-12-19T16:28:43.14+00:00
David Lightstone 50 Reputation points
7 answers

How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?

I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…

Developer technologies | Visual Studio | Debugging
asked 2025-12-03T12:38:18.0166667+00:00
Brandon Davies-Sekle 0 Reputation points
commented 2025-12-19T11:57:14.2933333+00:00
Brandon Davies-Sekle 0 Reputation points
2 answers

Visual Studio 2026 - Prevent output from showing 'Tests" while debugging

Hello Visual Studio 2026 is having a anooying behaviout that makes it impossible to debug anything eficiantly. When debugging the output ALWAYS jump into "Tests" even when not debugging a UniTest. Then i change i back to "Debug" and…

Developer technologies | Visual Studio | Debugging
asked 2025-12-10T14:48:39.18+00:00
Max Santos 0 Reputation points
commented 2025-12-17T08:34:41.0966667+00:00
Susmitha T (INFOSYS LIMITED) 2,135 Reputation points Microsoft External Staff
2 answers

Visual Studio Performance Profiler reports memory leaks on one system but not another with same code base

Subject: visual-studio performance-profiler memory-leak c++ Details: I’m profiling a C++ application using Visual Studio Performance Profiler (Memory Usage tool). The code base is identical across two systems, but memory leaks persist on one machine…

Developer technologies | Visual Studio | Debugging
asked 2025-12-08T06:00:22.7933333+00:00
Sanket Huske 0 Reputation points
commented 2025-12-16T10:56:06.06+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,320 Reputation points Microsoft External Staff
2 answers

Need help showing Output window

Windows 11, Visual Studio 2022, Version 17.13.3 First, I seem to be in the wrong place.  None of the options for Select Tag, Select a child tag, and Select a child item tag, are appropriate for Visual Studio.  But I know not where else to post.  I posted…

Developer technologies | Visual Studio | Debugging
asked 2025-12-15T02:23:37.67+00:00
Bryan Kelly 551 Reputation points
answered 2025-12-15T21:10:28.71+00:00
RLWA32 51,636 Reputation points
2 answers One of the answers was accepted by the question author.

Visual Studio 2022 - not fire unit tests in debug mode

Hi, Please see: https://app.screencast.com/YwqnKkUGuwlR4 How is can be solved? Thanks,

Developer technologies | Visual Studio | Debugging
asked 2025-12-11T18:51:22.27+00:00
Dani_S 5,476 Reputation points
accepted 2025-12-15T12:48:20.5033333+00:00
Dani_S 5,476 Reputation points
1 answer

Getting Value not valid for 'RowPositon' in Visual Studio when moving a designer control

In Visual Basic (VS 2017 / 2019 / 2022, including 2017 Express), I keep encountering a strange issue when working with the WinForms designer. Whenever I move or drag a control (e.g., a TextBox) in the designer, and then start the debugger, Visual Studio…

Developer technologies | Visual Studio | Debugging
asked 2025-12-08T04:38:31.7233333+00:00
test code 21 Reputation points
commented 2025-12-15T10:53:15.88+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,320 Reputation points Microsoft External Staff
3 answers One of the answers was accepted by the question author.

How to Use 32-bit COM DLL in a 64-bit WPF .NET Core 6 Application?

I have a Class Library project in .NET Core named "LIBTOOBA" with the following setup: Project File (LIBTOOBA.csproj): <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> …

Developer technologies | Visual Studio | Debugging
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,154 questions
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,629 questions
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,729 questions
asked 2024-08-06T02:08:01.25+00:00
Mojtaba_Hakim 326 Reputation points
edited a comment 2025-12-10T13:35:33.41+00:00
RLWA32 51,636 Reputation points
2 answers

Formatting SQL in VS Code

I need to be able to format sql in vs code and I just want to indent them, capitalize the right functions of sql.

Developer technologies | Visual Studio | Debugging
asked 2025-12-02T20:01:54.9133333+00:00
Arun KANNAN 0 Reputation points
commented 2025-12-09T05:00:20.56+00:00
Susmitha T (INFOSYS LIMITED) 2,135 Reputation points Microsoft External Staff
1 answer

SharePoint solutions can't be build with buildtool v18 because of an SDK version error.

SharePoint solutions can't be build because of an SDK version error. C:\Program Files\Microsoft Visual Studio\18\Professional\MSBuild\Microsoft\VisualStudio\v18.0\SharePointTools\Microsoft.VisualStudio.SharePoint.targets(235,5): error : Could not load…

Developer technologies | Visual Studio | Debugging
asked 2025-11-28T11:41:24.91+00:00
Michael Kriese 116 Reputation points
commented 2025-12-06T07:57:19.3766667+00:00
Michael Kriese 116 Reputation points