6,497 questions with Visual Studio-related tags

Sort by: Updated
2 answers

What is the RNG algorithm for VBMath.Rnd

What is the random number generator algorithm used for VBMath.Rnd? Is it utilizing System.Random?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
asked 2020-09-22T04:16:37.667+00:00
Ken Jutz 1 Reputation point
answered 2020-09-23T10:39:29.923+00:00
Viorel 114.5K Reputation points
2 answers

Outdated Windows 10 SDK default option for Desktop development with C+

Hi, I have a little curiosity: why is "Windows 10 SDK 18362" the default option when selecting "Desktop development with C++"? The most updated version should be 19041, right?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,512 questions
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,629 questions
asked 2020-09-19T13:08:24.333+00:00
ALESSANDRO BELLIA 1 Reputation point
commented 2020-09-23T06:23:37.227+00:00
Rita Han - MSFT 2,161 Reputation points
2 answers

Bing Developer Assistant for VS 2019

Hi, I'm just wondering if i can get the experience in VS 2019 as same of that used to have for VS 2015 when an extension named "Developer Assistant" was installed. Below is the link for the extension but download option is not there. …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
asked 2020-09-18T07:21:52.917+00:00
sravan kumar 21 Reputation points
answered 2020-09-22T18:02:44.147+00:00
Muthuraman C 1 Reputation point
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.
966 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
1 answer One of the answers was accepted by the question author.

How to Show Two or More Tabs Simultaneously

I often reference two or more source files simultaneously. It seems a little harder to show two or more tabs in the Visual Studio editor in version 2019. From Solution Explorer, if I click Source File A, then click Source File B, Source File A…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
asked 2020-09-21T15:57:19.483+00:00
pHabe 21 Reputation points
commented 2020-09-21T16:28:42.11+00:00
David Lowndes 4,711 Reputation points
1 answer One of the answers was accepted by the question author.

missing Arc control in VS2019 Blend

I can't find Arc in assets. Visual Studio 2017 have it but 2019 not? How to bring Arc in to VS2019?

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,710 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,871 questions
asked 2020-09-21T13:34:52.553+00:00
Code Wanderer 396 Reputation points
accepted 2020-09-21T13:43:09.457+00:00
Code Wanderer 396 Reputation points
1 answer

How To Upgrade Visual Studio From 2010 to 2019

Windows 10 Version 1909 (OS Build 18363.1082) Visual Studio Premium 2010 Version 10.0.30319 I want to upgrade to Visual Studio Premium 2019. Can I install over 2010 or do I have to uninstall 2010 before installing 2019?

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.
1,009 questions
asked 2020-09-15T17:29:06.82+00:00
Saberman 1 Reputation point
commented 2020-09-21T09:31:48.437+00:00
Anna Xiu-MSFT 27,811 Reputation points Microsoft Vendor
0 answers

Folder path automatically added into project file (csproj) and check out when a .sln is opened in Visual studio 2019 and Git

Hi Am using Visual studio and Git. When I open a solution, it automatically includes folder path in project file. <Folder include="sample\"> // New entry <Folder include="sample\sub_sample1"/> // This one was there…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
asked 2020-09-14T13:40:15.737+00:00
Ravi Prabakaran 1 Reputation point
commented 2020-09-21T08:42:57.403+00:00
Tianyu Sun-MSFT 29,351 Reputation points Microsoft Vendor
1 answer

Running .orderedlist file using TFS test agent (on a remote machine) ?

Hi, I was wondering if it is possible to run CodedUI tests using TFS test agent (on a remote machine) in a specific order, using the option of creating an ordered list (.orderedlist extension) of required tests ? Thanks.

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-09-15T22:34:21.47+00:00
Pavel Malichenko 1 Reputation point
commented 2020-09-21T07:56:31.167+00:00
Tianyu Sun-MSFT 29,351 Reputation points Microsoft Vendor
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.
966 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
2 answers

Please help get the sample audio driver working.

I have been trying to set up my visual studio 2019 dev environment so I can build and learn how to modify the sample audio driver. I've been following the instruction set found here: …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
asked 2020-09-16T14:01:18.413+00:00
JW 1 Reputation point
answered 2020-09-21T05:19:23.213+00:00
Dylan Zhu-MSFT 6,406 Reputation points
2 answers One of the answers was accepted by the question author.

Can I make a dot net dll in visual studio (using visual basic) and have Excel call its methods?

I would like to create a dll using visual basic dot net, and then call its methods/functions from Excel's VBA. That way, Excel can pass data to my dll, and obtain a vector of answers. Can this be done?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,689 questions
asked 2020-09-14T17:51:43.29+00:00
Gideon Maven 21 Reputation points
accepted 2020-09-19T20:40:38.117+00:00
Gideon Maven 21 Reputation points
1 answer One of the answers was accepted by the question author.

Azure DevOps process limit

Reading through https://learn.microsoft.com/en-us/azure/devops/organizations/settings/work/object-limits?view=azure-devops I gather that the maximum processes/templates should be 64, however on our org it seems to be maximum of 32. I can't see that this…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
asked 2020-09-17T09:55:45.7+00:00
ThomasW 21 Reputation points
accepted 2020-09-17T10:05:50.497+00:00
ThomasW 21 Reputation points
2 answers

update Visual Studio 2019 by overriding previous version

Hi All. When I'm updating Visual Studio the computer keeps previous version and install new one. How to update Visual Studio 2019 by overriding previous version installed on my PC? Thanks.

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.
1,009 questions
asked 2020-09-11T16:37:39.627+00:00
zleug 61 Reputation points
commented 2020-09-17T09:17:23.39+00:00
Anna Xiu-MSFT 27,811 Reputation points Microsoft Vendor
3 answers

Cant add Window (WPF) in Microsoft Visual Studio Community 2019 Version 16.7.2 for C#

Im using Microsoft Visual Studio Community 2019 Version 16.7.2. I've installed Universal Windows Platform development from Visual Studio Installer. When I create a new project I get a Window, but I want to add another. My problem is that Window…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
asked 2020-09-04T14:31:45.277+00:00
Sigma 1 Reputation point
answered 2020-09-17T01:37:15.74+00:00
Andrew Eckrich 16 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to re-install Visual Studio 2019

Hello, The hard drive in which Visual Studio Community 2019 (VSC) was installed suddenly stopped working (It was really old) So I tried to install VSC in a new hard drive, but the Visual Studio Installer wanted to install the "shared…

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.
1,009 questions
asked 2020-09-14T10:39:54.42+00:00
redskam 41 Reputation points
accepted 2020-09-15T11:15:15.737+00:00
redskam 41 Reputation points
0 answers

Unable to run react

I am unable to run the react.When i run command npx i am getting this error.what should i do?

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.
1,009 questions
asked 2020-09-10T07:29:47.123+00:00
Roopesh Kumar 1 Reputation point
commented 2020-09-15T09:06:10.897+00:00
Anna Xiu-MSFT 27,811 Reputation points Microsoft Vendor
2 answers

Unable to install vcredist_x64.exe on Windows 2008 R2

Hi Team, I have a Windows 2008 R2 server, When i am trying to install the Visual C++ 2015-2019 Redistribute , no response from the .exe file. I have tried with different versions , but no response when i am trying to install the VC++. Further…

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.
1,009 questions
asked 2020-09-08T18:11:10.227+00:00
Sundaram, Rajasekaran 0 Reputation points
commented 2020-09-15T09:03:30.617+00:00
Anna Xiu-MSFT 27,811 Reputation points Microsoft Vendor
1 answer

All my programs have Viruses

I make c++ programs with visual studio. I write to entire code myself and then compile it, but when I try to email it to someone, google says that there is a virus and won't let it send. What am I doing wrong, what counts as a virus? Here is an example…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
asked 2020-09-07T00:17:32.907+00:00
Ben Leib 6 Reputation points
commented 2020-09-15T09:00:14.457+00:00
Anna Xiu-MSFT 27,811 Reputation points Microsoft Vendor
1 answer

Can I exclude folders form search with ctrl+, visual studio 2019?

I use Python with Visual Studio 2019. And the repo got a big requirements.txt that generates a env\ folder. When I hit "CTRL+," (CTRL and comma) to open the "Navigate To" box it searches everywhere in the project, including the env\…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,871 questions
asked 2020-09-05T21:20:32.007+00:00
Lord Wolfenstein 26 Reputation points
commented 2020-09-15T08:52:51.053+00:00
Tianyu Sun-MSFT 29,351 Reputation points Microsoft Vendor