6,684 questions with Visual Studio-related tags

Sort by: Updated
0 answers

Release Overview in Google play console

How long will take to review from google Play store. Thanks, Vasanth

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,332 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 questions
asked 2021-03-31T11:06:15.587+00:00
Vasanthakumar M 251 Reputation points
commented 2021-04-01T02:32:07.927+00:00
JessieZhang-MSFT 7,706 Reputation points Microsoft Vendor
2 answers

VS 2019 High CPU Usage

I am seeing high CPU usage (~90% on an 4 core laptop) and memory usage with Visual Studio Community 2019 Version 16.9.0 for the last 6 hours and the laptop has become super hot. The laptop didn't go into sleep mode either. Only a web app solution is open…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 questions
asked 2021-03-20T18:40:07.617+00:00
Chandra Abhishek 1 Reputation point
answered 2021-03-31T10:53:27.56+00:00
Amir Iftikhar 11 Reputation points
3 answers

Problem to VS 2015

Hi, Please help to the following. I am running devenv.exe in safe mode.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,874 questions
asked 2021-03-31T09:38:11.607+00:00
Peter_1985 2,626 Reputation points
commented 2021-03-31T10:30:52.687+00:00
Ken Tucker 5,851 Reputation points
1 answer

How can I add a normal project into the test explorer?

Hello, Everyone! Currently, I just want to use a third party unit test framework for C++ in visual studio 2019 but the test framework doesn't have any related test adapters in the Marketplace yet. And so I don't know how to add my project…

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,676 questions
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.
344 questions
asked 2021-03-30T11:27:20.39+00:00
Hyuk Myeong 21 Reputation points
answered 2021-03-31T09:25:56.347+00:00
Tianyu Sun-MSFT 30,231 Reputation points Microsoft Vendor
0 answers

console window not opening (VS 2019)

I pressed Ctrl + F5 and the Console Window is no longer opening - instead it debugs and I get the output window once I manually stop the debugging process. I'm not sure if I inadvertently changed the settings but the console window used to open using…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 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.
982 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 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.
982 questions
asked 2021-03-22T09:22:38.127+00:00
Daniel 1 Reputation point
commented 2021-03-31T08:22:05.713+00:00
Tianyu Sun-MSFT 30,231 Reputation points Microsoft Vendor
0 answers

console window not opening (VS 2019)

I pressed Ctrl + F5 and the Console Window is no longer opening - instead it debugs and I get the output window once I manually stop the debugging process. I'm not sure if I inadvertently changed the settings but the console window used to open using…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 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.
982 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 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.
982 questions
asked 2021-03-22T09:22:38.127+00:00
Daniel 1 Reputation point
commented 2021-03-31T08:22:05.713+00:00
Tianyu Sun-MSFT 30,231 Reputation points Microsoft Vendor
1 answer

How do I use a custom diff tool for specific file types in Visual Studio (with Git)?

Disclaimer: New to this forum, please retag if in the incorrect area of the site. I've also posted this question to StackOverflow for reference:…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 questions
asked 2021-03-24T03:59:27.977+00:00
Dion Misic 11 Reputation points
commented 2021-03-31T07:51:32.093+00:00
Tianyu Sun-MSFT 30,231 Reputation points Microsoft Vendor
1 answer

message box doesn't appear

I wrote code and put the button on the design part.It has to come up a message says "hello world" when I click the button but there wasn't any message box on screen.what can I do ?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 questions
asked 2021-03-30T10:31:54.483+00:00
derya burhanoglu 1 Reputation point
commented 2021-03-31T02:28:13.727+00:00
Anna Xiu-MSFT 28,411 Reputation points Microsoft Vendor
3 answers

Visual Studio 2017 Builds the code but runs a previous version.

I have been working on a ASP.Net Web project (.Net 4.6.1) that was running fine on Friday. When I came in on Monday I made some small code changes to one page and tried to run the project to see what my changes would do. The project built and appeared to…

C#
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.
10,802 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.
982 questions
asked 2021-03-29T16:56:33.9+00:00
lordnick69 1 Reputation point
commented 2021-03-30T15:42:28.473+00:00
lordnick69 1 Reputation point
3 answers

Visual Basic Problem, Path error

Created a Visual Basic Project, and I'm required to "Save All" when done, fine the folder, and send it to a zip file. Once I complete the step of sending it to a zip file, when I attempt to open and run the project in that zip file it gives me…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 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.
982 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 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.
982 questions
asked 2020-12-04T03:11:12.027+00:00
Crystal Star 1 Reputation point
answered 2021-03-30T09:31:11.817+00:00
Đặng Nguyễn Đức Hiếu 1 Reputation point
3 answers

Visual Basic Problem, Path error

Created a Visual Basic Project, and I'm required to "Save All" when done, fine the folder, and send it to a zip file. Once I complete the step of sending it to a zip file, when I attempt to open and run the project in that zip file it gives me…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 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.
982 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 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.
982 questions
asked 2020-12-04T03:11:12.027+00:00
Crystal Star 1 Reputation point
answered 2021-03-30T09:31:11.817+00:00
Đặng Nguyễn Đức Hiếu 1 Reputation point
4 answers One of the answers was accepted by the question author.

What are these ANNOYING boxes around my VB code, and how do I get rid of them?

I get boxes (see attached image) around my VB code in Visual Studio. They occur most promenantly when I use the Search and Replace tools. What are they, and how do I permenantly get rid of these hideous and annoying things? I have asked this question on…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 questions
asked 2021-03-28T00:28:08.437+00:00
Brandon Stewart 136 Reputation points
commented 2021-03-30T08:38:06.063+00:00
Brandon Stewart 136 Reputation points
1 answer One of the answers was accepted by the question author.

Where are the naming rules of vb.net to increase the readability of the code?

Thank you.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 questions
asked 2021-03-23T21:20:10.583+00:00
Steven Young 261 Reputation points
accepted 2021-03-30T08:05:33.75+00:00
Steven Young 261 Reputation points
2 answers

Network Kernel Debugging setup fails

Has anyone been able to provision the target computer as explained there: https://learn.microsoft.com/en-us/windows-hardware/drivers/gettingstarted/provision-a-target-computer-wdk-8-1 It did create a user account on the target computer which…

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.
982 questions
asked 2021-03-28T10:56:55.56+00:00
Slion 41 Reputation points
commented 2021-03-30T03:05:31.127+00:00
Dylan Zhu-MSFT 6,416 Reputation points
1 answer

How do I recover lost aspx and solution files

So I made a web application via Visual studio 2017 then just 2 days ago I moved the project folder to a different location, (without checking if it moved the aspx files etc. Yes I am stupid :( ) Now today, I checked that folder only to find that all my…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 questions
asked 2021-03-28T13:49:13.137+00:00
TheNewbie 1 Reputation point
answered 2021-03-29T06:53:56.963+00:00
Dylan Zhu-MSFT 6,416 Reputation points
1 answer

Visual C++ Redistributable for Visual Studio 2015

If my 2012 R2 server has Microsoft Visual C++ 2015 Redistributable (x86) - 14.0.2.4212 and Visual C++ 2015-2019 Redistributable (x64) - 14.27.29016 listed in Programs and Features, do I need to install Visual C++ Redistributable for Visual Studio 2015…

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,676 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.
1,030 questions
asked 2021-03-25T23:51:15.587+00:00
commented 2021-03-29T06:30:46.487+00:00
Anna Xiu-MSFT 28,411 Reputation points Microsoft Vendor
1 answer

minidump file analyze

i keep getting BSOd screens with stop codes. i checked the most recent mini dump file and this is what i found. im still having trouble analyzing the data. any help? No .natvis files found at C:\WINDOWS\SYSTEM32\Visualizers. No .natvis files found at…

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.
982 questions
asked 2021-03-27T18:06:49.34+00:00
austin moss 1 Reputation point
answered 2021-03-29T04:30:55.21+00:00
Dylan Zhu-MSFT 6,416 Reputation points
0 answers

Vsual Studio Web Site publish FTP interface window

I've used Visual Studio in VS 2015/ 2017/2019 community version years ago. For web site publish thru FTP there was a 2 side pane window that displayed the website on both the local dev box and the remote host. File mappings were displayed clearly on each…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 questions
asked 2021-03-29T00:58:03.927+00:00
Fred Fok 1 Reputation point
commented 2021-03-29T04:26:15.037+00:00
Viorel 116.4K Reputation points
2 answers

IP for VS download

Hi, I cannot set up VS 2017 or 2019, due to issue below. I am not sure if it is due to Firewall rules rejecting the download. What is the IP for VS download?

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,030 questions
asked 2021-03-28T15:33:46.24+00:00
Peter_1985 2,626 Reputation points
answered 2021-03-29T02:58:24.023+00:00
Anna Xiu-MSFT 28,411 Reputation points Microsoft Vendor
6 answers One of the answers was accepted by the question author.

I am not able to install VS community 2019

![80373-vs-error.jpg][1] [1]: /api/attachments/80373-vs-error.jpg?platform=QnA Hi, I need some help please. As you will see from the attached picture, I can not install VS community 2019 due to the installation extending to far to the right. Which means…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,012 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.
982 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.
1,030 questions
asked 2021-03-22T20:04:33.7+00:00
Pravin Goorun 21 Reputation points
answered 2021-03-27T20:24:29.257+00:00
Pravin Goorun 21 Reputation points