942 questions with Visual Studio Debugging tags

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

Win 10 Registry Key Value in Visual Basic

Hi, I am following this article to create and set the registry key in VB. how-to-create-a-registry-key-and-set-its-value It's creating keys as REG_SZ but I would like to create REG_DWORD (32-bit) value, is it possible?

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.
942 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
970 questions
asked 2020-10-07T10:25:53.08+00:00
~OSD~ 2,126 Reputation points
commented 2020-10-08T07:10:01.447+00:00
~OSD~ 2,126 Reputation points
2 answers

EF Core 3.0 not able to get data from Oracle view

Hi, I am not able retrieve data from Oracle View in using ORacle Entity Framework Core and .Net EF core 3.0, but tables are returning data. The Context.<ViewName>.ToList() is always showing 0 result with no errors. the Model is generated…

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.
942 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,130 questions
asked 2020-10-05T08:41:48.737+00:00
Hirnesh Jain 1 Reputation point
commented 2020-10-06T07:19:33.423+00:00
Hirnesh Jain 1 Reputation point
2 answers One of the answers was accepted by the question author.

How to config Password Box in Windows Installer

I use Visual studio 2008 for the installation project. The current project has a password field in the Textboxes. It shows "******" during the installation.  I am trying to add a new Textbox with a password field, however, the new field added…

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.
942 questions
asked 2020-09-22T15:37:12.613+00:00
Jason Qian 41 Reputation points
answered 2020-09-23T13:59:31.793+00:00
RLWA32 40,481 Reputation points
1 answer

Want to open .diagsession file with another application

I want to automate memory leak testing. For this I want to open the .diagsession file with another application(python script), outside of visual studio. Or export the output of VSDiagnostics.exe in the form a csv file. Please let me know if there is a…

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.
942 questions
asked 2020-09-21T08:57:31.61+00:00
Jobin James 1 Reputation point
answered 2020-09-22T06:36:56.897+00:00
Dylan Zhu-MSFT 6,406 Reputation points
5 answers

Json and exception System.ArgumentException: 'Escape sequence not recognized.. (48):

Hello People, Good Night, The code above generate the Exception System.ArgumentException: 'Escape sequence not recognized. (48): Dim resposta As String ="{"SUCCESS":0,"IDERRO":1,"ERRO":"O CAMPO NOME \U00E9…

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.
942 questions
asked 2020-09-15T21:16:44.403+00:00
César Oliveira 1 Reputation point
commented 2020-09-21T07:10:29.23+00:00
Dylan Zhu-MSFT 6,406 Reputation points
1 answer

VS-2019 Debugging MFC

I'm using MFC as a shared DLL in a program with an EXE and a number of my own DLLs, some of which use MFC. Using VS-2019, when I step through my program's DEBUG build, it won't step into the MFC library source code. How do I get it to do so? Dave

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,535 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.
942 questions
asked 2020-09-11T13:03:50.997+00:00
David Webber 136 Reputation points
commented 2020-09-14T01:57:18.013+00:00
Dylan Zhu-MSFT 6,406 Reputation points
2 answers One of the answers was accepted by the question author.

new Span<byte> generates garbage, only when debugger is attached.

I have the following code: https://pastebin.com/2kDEeUn0 When running it with Ctrl+F5, the GC result is Start=0, End=0 However when running it with F5, the result is Start=0, End=38 Why is this happening and is there any way to avoid this? I'd…

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.
942 questions
asked 2020-09-02T14:03:39.137+00:00
KakCAT CAT 21 Reputation points
commented 2020-09-09T19:25:40.427+00:00
KakCAT CAT 21 Reputation points
1 answer

how to attach debugger to node.js inspector with visualstudio 2019 as in visual studio code with launch.js ?

i want to debug a node application on a iot device homey, i can attach the debugger to chrome inspector in visual studio code with launch.js but how is that done in vs 2019. you can attach to a process but which is it ? thera a numerous chrome processes…

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.
942 questions
asked 2020-08-24T09:42:38.703+00:00
jan jansen 1 Reputation point
commented 2020-09-02T09:04:17.417+00:00
Dylan Zhu-MSFT 6,406 Reputation points
1 answer

Solução p/ o erro MSB4018 - Falha inesperada da tarefa &#34;ResolvePackageAssets&#34;

Erro MSB4018 Falha inesperada da tarefa "ResolvePackageAssets". NuGet.Packaging.Core.PackagingException: Unable to find fallback package folder 'D:\Microsoft\Xamarin\NuGet\'. em NuGet.Packaging.FallbackPackagePathResolver..ctor(String…

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.
942 questions
asked 2020-08-22T20:59:47.633+00:00
Vinicius Gomes Gonsalves 1 Reputation point
commented 2020-09-02T09:01:54.17+00:00
Dylan Zhu-MSFT 6,406 Reputation points
1 answer

Visual Studio Sign Tool Error after recent Windows 10 Update

My Visual Studio 2017 Application has a build error after the latest Windows Update. "An error occurred while signing: Failed to sign bin\Debug\app.publish\ my program.exe. SignTool Error: No certificates were found that met all the given…

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.
942 questions
asked 2020-08-25T17:59:14.937+00:00
Terry Stringer 1 Reputation point
commented 2020-09-02T08:34:47.59+00:00
Dylan Zhu-MSFT 6,406 Reputation points
0 answers

VS2019 C# Designer not working

When opening designer mode I get this error. System.Exception The app didn't start. (Exception from HRESULT: 0x8027025B) at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,620 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.
942 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,130 questions
asked 2020-08-26T18:27:00.153+00:00
Paul van der Westhuizen 6 Reputation points
commented 2020-09-02T08:26:08.61+00:00
Dylan Zhu-MSFT 6,406 Reputation points
0 answers

Visual Studio noob here needs a bit of help

Okay, so basically, very big noob here, I am just starting out unity and got tried using VS for the first time, so I'm following a tutorial for VS but here's the thing, when I open up visual studio, I don't see anything where the "terminal"?…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,620 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.
942 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
970 questions
asked 2020-08-27T06:24:30.947+00:00
Dee_Law _Up_In_Here 1 Reputation point
commented 2020-08-31T09:10:26.307+00:00
Dylan Zhu-MSFT 6,406 Reputation points
2 answers One of the answers was accepted by the question author.

Conditon statement for combo box control.

I am doing my window form project, in which I am using the combo box control. private void button5_Click(object sender, EventArgs e) { con.Open(); if (comboBox1.SelectedItem.ToString() == "DOCTOR DETAILS") { Form2 f2 = new Form2(); …

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.
942 questions
asked 2020-08-29T08:04:10.793+00:00
K. MOHANA PRIYA 56 Reputation points
commented 2020-08-31T08:38:51.157+00:00
K. MOHANA PRIYA 56 Reputation points
2 answers

step into stored procedure from c# visual studio (community, 2019) project--nothing suggested over last 10 years works

I'm not a novice--been working with VS since it hit the market (every version). Worked for more than 20 years as SQL Server DBA, also. However, after 30+ hours of Bing research and trying EVERYTHING even hinted, I can't get it to work--error: won't…

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.
942 questions
asked 2020-08-20T20:22:52.383+00:00
jhg 6 Reputation points
commented 2020-08-27T10:12:29.537+00:00
Dylan Zhu-MSFT 6,406 Reputation points
1 answer

Visual Studio Graphics Tools - Shader Debugging - Debugging shader not working anymore

Simplified I'm using DX11 in C++. On an older Windows 10 installation I could debug through my shader code (captured a frame, chose a pixel, stepped through the vertex and pixel shader). But on my new machine, whenever I want to enter a shader I get…

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.
942 questions
asked 2020-08-21T09:40:20.623+00:00
Georg Rottensteiner 6 Reputation points
commented 2020-08-27T10:05:36.857+00:00
Dylan Zhu-MSFT 6,406 Reputation points
0 answers

python *.pyd+*.pdb+dumpfile,can not load symbols。

I used vs2015 to build a paddle_pybind.dll and vc140.pdb,and renamed paddle_pybind.dll to core_avx.pyd。 Then,I used python call core_avx.pyd。When the program crashed, I generate a dump file paddle.dmp。 Then,I opened paddle.dmp(used vs2015), and…

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.
942 questions
asked 2020-08-05T09:10:49.223+00:00
huan wang 1 Reputation point
commented 2020-08-26T15:24:37.923+00:00
Dylan Zhu-MSFT 6,406 Reputation points
3 answers One of the answers was accepted by the question author.

How to debug my design form project?

Hi when I am start my debugging the cmd open and close immediately without showing the output of my design form. It show the program has exited with 0 code like this: &#39;ConsoleApp1.exe&#39; (CLR v4.0.30319: DefaultDomain):…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,832 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.
942 questions
asked 2020-08-19T11:13:48.16+00:00
K. MOHANA PRIYA 56 Reputation points
commented 2020-08-26T15:19:06.163+00:00
Bonnie DeWitt 811 Reputation points
2 answers

Visual Studio 2019 start up error

Visual Studio 2019 Enterprise V16.7.2 Every time Visual Studio starts I get the following error message Microsoft Visual Studio The 'IBM Database Language Service' package did not load correctly. The problem may have been caused by a configuration change…

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.
942 questions
asked 2020-08-19T05:02:55.897+00:00
Peter Czurak 6 Reputation points
commented 2020-08-26T06:16:07.177+00:00
Tianyu Sun-MSFT 27,356 Reputation points Microsoft Vendor
1 answer

Visual Studio 2019 C++, how to know which return statement (out of multiple return statements in current function) exited the current function

I'm debugging a C++ function in Visual Studio 2019 and there are multiple return statements in it. I want to know which return statement exited the current function. Right now I'm adding breakpoints to all the return statements and continuing the…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,535 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.
942 questions
asked 2020-08-23T20:56:50.307+00:00
pasha 1 Reputation point
commented 2020-08-25T09:34:27.443+00:00
Dylan Zhu-MSFT 6,406 Reputation points
2 answers One of the answers was accepted by the question author.

Visual Studio 2019 No Longer Debugging

Hello, got an interesting predicament here. I was coding a program, and decided I wanted to try and change the namespace by going into Project > MyProjectName Properties. Under Application, there is a Default Namespace location there, so I wanted to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,620 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.
942 questions
asked 2020-08-17T21:32:15.49+00:00
PT6 101 Reputation points
accepted 2020-08-18T21:08:15.213+00:00
PT6 101 Reputation points