6,505 questions with Visual Studio-related tags

Sort by: Updated
2 answers

Visual Studio 2019 C++ debugger won't let me set data breakpoints

I'm debugging native C++ code in a native DLL that is being called from a .NET assembly at run time. Under Debug > New Breakpoint and Breakpoint window New button, Data Breakpoint is grayed out. I know this feature is available only for…

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,631 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.
966 questions
asked 2020-08-17T21:31:15.77+00:00
Norm Birkett 1 Reputation point
answered 2020-08-18T09:14:15.2+00:00
Dylan Zhu-MSFT 6,406 Reputation points
2 answers One of the answers was accepted by the question author.

SQL build fails in azure dev ops pipelines when selecting Microsoft Azure SQL Data Warehouse as the target platform in Visual Studio

SQL build fails in azure dev ops pipelines when selecting Microsoft Azure SQL Data Warehouse as the target platform in Visual Studio 2019 It succeeds when i change the target platform to Microsoft Azure SQL database, but fails when i change it to SQL…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,679 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,877 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,738 questions
asked 2020-08-13T12:18:05.987+00:00
Albert Dove 21 Reputation points
accepted 2020-08-17T06:19:53.777+00:00
Albert Dove 21 Reputation points
0 answers

Remote deployment

Is it possible to deploy and debug UWP app over remote desktop connection? I'm trying it, but it seems like remote debugging over network is not possible because RDP session does not create actual network connection between dev and target machines.…

Universal Windows Platform (UWP)
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,395 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.
966 questions
asked 2020-08-10T16:14:32.74+00:00
Ivanich 306 Reputation points
commented 2020-08-13T12:43:22.997+00:00
Ivanich 306 Reputation points
0 answers

Support for Managed Test Project in VS 2019?

Was there a post somewhere that mentioned that Managed Test Projects are no longer supported in VS 2019? They do not appear in the Add -> New Project dialog. Also, tests that live in such projects, created in previous VS versions, are not being…

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
337 questions
asked 2020-08-11T19:24:34.143+00:00
Lamb, Stephen 1 Reputation point
commented 2020-08-12T08:40:46.217+00:00
Tianyu Sun-MSFT 29,436 Reputation points Microsoft Vendor
0 answers

VSSDK Howto Fill MRUList into MRUListBox

I have an MruListBox container in a xaml and I want to fill them with the MruList of the latest used projects in VS2019. The code I use in the XAML is: <vs:MruListBox ItemsSource="{Binding Path=Items}" …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,877 questions
asked 2020-08-07T06:43:48.447+00:00
commented 2020-08-10T10:25:03.537+00:00
Tianyu Sun-MSFT 29,436 Reputation points Microsoft Vendor