6,437 questions with Visual Studio-related tags

Sort by: Updated
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,612 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.
962 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

How to download exact Visual Studion Enterprie 16.1.4 version to install

Dear Sri/Madam, I would like to download "Visual Studio Enterprise 2019 version 16.1.4" exact .exe/binary to install in my local since my laptop formatted due to Operating System issue and i have only VS EE 2019b(16.1.4) approval to install…

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.
999 questions
asked 2020-08-11T03:27:10.48+00:00
ANNATHURAI SUBBAIAH 1 Reputation point
commented 2020-08-25T09:05:16.237+00:00
Sara Liu-MSFT 346 Reputation points Microsoft Vendor
1 answer

visual studio 2017 c++ linux remote debug

Hi I would like to use VS2017 on windows 10 for LINUX project as such 1) using WSL with localhost for build and compile, this part I can find in documents but 2) using remote LINUX machine for running debug , dbgserver

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.
999 questions
asked 2020-08-13T16:49:47.843+00:00
Natanel Eizenberg 1 Reputation point
commented 2020-08-25T08:59:19.26+00:00
Sara Liu-MSFT 346 Reputation points Microsoft Vendor
1 answer

Modifying Visual Studio

i want to ask if i modify visual studio did i have install my old workload again?

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.
999 questions
asked 2020-08-12T09:46:29.107+00:00
Panda 1 Reputation point
commented 2020-08-25T08:43:19.5+00:00
Sara Liu-MSFT 346 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Update from 16.7.1 to 16.7.2 received today via Visual Studio notification

For any of my Xamarin Forms Android applications, Android Device Manager does no more open and when applications deploy they show 0 succeeded, 0 failed, 1 skipped ??? The line before deploy shows : Build: 2 succeeded, ... !@ Aug 20.2020 6:55:0 PM :…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,821 questions
asked 2020-08-20T14:25:42.37+00:00
jmdess 96 Reputation points
accepted 2020-08-24T12:32:30.313+00:00
jmdess 96 Reputation points
3 answers

Can I deploy to SQL Server 2014 SSIS Catalog from Visual Studio 2017?

We are testing Integration Services Catalogs with SQL Server 2014. We are trying to find a way to deploy from Visual Studio. When we try from Visual Studio 2017 Pro (with data tools) we receive the following error. ![18800-image.png][1] I'm trying…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,821 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,502 questions
asked 2020-08-19T19:42:28.107+00:00
alhowarthWF 301 Reputation points
commented 2020-08-24T07:16:06.173+00:00
Monalv-MSFT 5,896 Reputation points
0 answers

Visual Studio Load Test Result

Hello, The visual studio load test did not take the real measures for response time and avg.page time from web portal. and also want to take the different data for the various users. (Visual studio Enterprise 2019) .Kindly help me here.. Thanks in…

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.
336 questions
asked 2020-08-05T08:54:25.297+00:00
nimmy abraham 1 Reputation point
commented 2020-08-21T02:20:32.113+00:00
Jack Zhai-MSFT 1 Reputation point Microsoft Vendor
2 answers

Visual studio 2019 General Questions

I just downloaded and installed Visual Studio 2019. It says experimental. Should I be using this or fall back to an earlier stable version? I have been using VS2010 but thought I'd give the newest one a try.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,821 questions
asked 2020-08-17T18:31:25.037+00:00
Jack0987 1 Reputation point
commented 2020-08-20T10:56:48.967+00:00
Tianyu Sun-MSFT 28,941 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Getting weird WLAN_AVAILABLE_NETWORK_FLAGS value from WlanGetAvailableNetworkList()

I am working on software that is supposed to check a wireless network connection to a DSLR camera. When I call WlanGetAvailableNetworkList(), the entry for my local wifi network looks fine. (dwFlags = 3. WLAN_AVAILABLE_NETWORK_CONNECTED and…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,706 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,821 questions
asked 2020-08-18T20:49:08.02+00:00
JN Lifetouch 21 Reputation points
accepted 2020-08-19T12:38:33.617+00:00
JN Lifetouch 21 Reputation points
3 answers One of the answers was accepted by the question author.

Can't create MSTest Project

I have visual Studio 2019 16.7.1 I tried to create an MSTest project but had problems so I followed the walk through at https://video2.skills-academy.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-managed-code?view=vs-2019 …

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.
336 questions
asked 2020-08-15T12:02:04.873+00:00
Mike VaughanEdwards 141 Reputation points
answered 2020-08-19T12:09:04.763+00:00
Mike VaughanEdwards 141 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,821 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.
962 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
1 answer

Could not find part of the path to Shared Content: microsoft/windows-universal-samples

Installed Microsoft Windows Universal Samples and tried to build one of the projects using C# I downloaded all the projects and unzipped them all to a folder on my drive. The build fails trying to include components from the shared folder. From the…

Universal Windows Platform (UWP)
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,821 questions
asked 2020-08-14T02:37:13.447+00:00
Allanjb 246 Reputation points
answered 2020-08-18T14:44:30.03+00:00
Allanjb 246 Reputation points
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,612 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.
962 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,621 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,821 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,375 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,368 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.
962 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.
336 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 28,941 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,821 questions
asked 2020-08-07T06:43:48.447+00:00
commented 2020-08-10T10:25:03.537+00:00
Tianyu Sun-MSFT 28,941 Reputation points Microsoft Vendor