6,896 questions with Visual Studio-related tags

Sort by: Updated
1 answer

How come I keep geting the errors when I use the simple shooter sample?

Theres a problem with this code: GameplayScreen.cpp `// Create a sphere primitive to represent the player.` ` // The sphere will be used to handle collisions and constrain the player in the world.` ` // It is not rendered so it is not added to 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.
5,187 questions
asked 2024-10-01T20:26:45.3933333+00:00
Garrett Tiller 6 Reputation points
commented 2024-11-06T06:57:23.2966667+00:00
Roy Li - MSFT 33,371 Reputation points Microsoft Vendor
1 answer

I'm running Windows 11 24H2 and using Visual Studio 2022 Professional. When debugging my program, it fails with "Error while trying to run project: unable to start the program".

However, this is working on my laptop just fine. It has Visual Studio 2022 and runs this same debug without issue. I think it is related to windows 24H2, but can't be sure. The program I'm debugging hasn't changed so it related to something else. I am…

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.
1,004 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,867 questions
asked 2024-11-04T16:48:00.14+00:00
Chris Hurtig 0 Reputation points
commented 2024-11-06T06:34:04.5566667+00:00
Tianyu Sun-MSFT 31,166 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

New resource management is a disaster!

I use VS2022, until today everything was fine (or almost), now they updated the resource management and it doesn't work anymore. I add a png file and it tells me that it must be an icon (or a byte[])! Before everything was much easier, you just had to…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
asked 2024-09-06T09:47:00.53+00:00
Francesco 21 Reputation points
commented 2024-11-06T05:36:48.4033333+00:00
Chandraprakash G 1 Reputation point
0 answers

How to solve node.js error in visual studio professional?

Hi, when I am trying build the following error occur, can you please share steps to resolve. Error "C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Microsoft\VisualStudio\NodeJs\node.exe" exited with code 123.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
asked 2024-11-06T05:00:11.2933333+00:00
Gorantla Srikanth 60 Reputation points
1 answer One of the answers was accepted by the question author.

Visual Studio Image library Viewer tool does not show anything

I found the Visual Studio Image Library Viewer tool under this path: C:\Program Files\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Tools\Bin\ImageLibraryViewer\ImageLibraryViewer.exe  And I launched it, but I am not seeing…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
asked 2024-11-05T09:42:56.8533333+00:00
Koppula, Vivekanand 0 Reputation points
accepted 2024-11-06T04:34:53.97+00:00
Koppula, Vivekanand 0 Reputation points
3 answers

Copilot suggestion not triggered with TAB

Im on the latest Visual studio 20022 and copilot installs. When trying to accept a copilot suggestion with tab it triggers intellisense instead... example: When I hit tab it selects "Connectionstrings" and not the copilot…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
asked 2023-05-18T08:08:58.8633333+00:00
Reuben Kruger 11 Reputation points
edited an answer 2024-11-06T04:14:46.83+00:00
Barnes Daniel 1 Reputation point
0 answers

'No Matching Profile Found' While Selecting Distribution Profile For MAUI iOS Application In MAUI In Visual Studio MAC

Visiting developer portal of apple Created New App Chosed iOS platform Entered name, language, bundle ID (Same as in the source code), SKU with full access Save Added New Device Go to certificates, identifiers & profiles Chosen iOS…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,911 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,187 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,586 questions
asked 2024-11-05T13:39:27.0066667+00:00
Smit Rathod 0 Reputation points
commented 2024-11-06T03:41:56.9633333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 32,306 Reputation points Microsoft Vendor
1 answer

Can Visual Studio 2019 be Upgraded to Visual Studio 2022 Directly Using Visual Studio 2022 Installer?

I know you can install both versions side by side. And according to this: https://learn.microsoft.com/en-us/answers/questions/1283358/can-i-upgrade-from-vs2019-to-vs2022, one cannot directly upgrade directly from VS2019 to VS2022 currently. Is that…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,189 questions
Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
817 questions
asked 2024-11-05T17:22:56.65+00:00
Ondigo, Leakey 0 Reputation points
edited an answer 2024-11-06T03:35:16.5733333+00:00
Tianyu Sun-MSFT 31,166 Reputation points Microsoft Vendor
1 answer

How to add a keyboard shortcut on a Visual Studio extension?

I'm trying to learn how to create a keyboard shortcut on a Visual Studio 2022 extension. I would like to get the shortcut visible and editable at Tools > Options > Environment > Keyboard Steps i tried: Addded: …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
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.
11,005 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
227 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,187 questions
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.
11,005 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
227 questions
asked 2024-11-05T09:21:24.5366667+00:00
Cesar 20 Reputation points
edited the question 2024-11-06T01:37:56.2766667+00:00
Cesar 20 Reputation points
1 answer

How to add a keyboard shortcut on a Visual Studio extension?

I'm trying to learn how to create a keyboard shortcut on a Visual Studio 2022 extension. I would like to get the shortcut visible and editable at Tools > Options > Environment > Keyboard Steps i tried: Addded: …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
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.
11,005 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
227 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,187 questions
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.
11,005 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
227 questions
asked 2024-11-05T09:21:24.5366667+00:00
Cesar 20 Reputation points
edited the question 2024-11-06T01:37:56.2766667+00:00
Cesar 20 Reputation points
1 answer

C++ Visual Studio 2022 #include trouble

Good day! I've a trouble with my Visual Studio 2022. When I trying to include a file from project directory by using #include "test.h" an intellisense is displaying an all files from other includes (like winapi and C++ files) It's a not problem…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 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,758 questions
asked 2024-11-03T18:49:53.35+00:00
La Psychose 0 Reputation points
commented 2024-11-06T01:33:25.34+00:00
Tianyu Sun-MSFT 31,166 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Visual Studio 2022 can't find older version of Windows 10 SDK (10.0.17763.0)

I'm opening up an older Visual Studio project that I don't want to retarget to a newer SDK or toolset just yet. I have VS2022 installed, and the solution and its projects seem to be from VS2017, using the Win10 SDK version 10.0.17763.0 and platform…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 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,050 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,187 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,050 questions
asked 2024-11-04T17:35:33.67+00:00
Zhu, Bryan 0 Reputation points
accepted 2024-11-05T16:42:35.26+00:00
Zhu, Bryan 0 Reputation points
2 answers One of the answers was accepted by the question author.

Visual Studio 2022 can't find older version of Windows 10 SDK (10.0.17763.0)

I'm opening up an older Visual Studio project that I don't want to retarget to a newer SDK or toolset just yet. I have VS2022 installed, and the solution and its projects seem to be from VS2017, using the Win10 SDK version 10.0.17763.0 and platform…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 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,050 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,187 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,050 questions
asked 2024-11-04T17:35:33.67+00:00
Zhu, Bryan 0 Reputation points
accepted 2024-11-05T16:42:35.26+00:00
Zhu, Bryan 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix Visual studio professional 2022 installation problem?

While installing I am getting Access Denied error, I will share log report can you please suggest how to resolve this issue. Log Report: Package 'Microsoft.Ancm.IISExpress.Msi,version=17.11.35102.94,machinearch=x64' failed to install. Search URL…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
asked 2024-11-05T10:16:44.0733333+00:00
Gorantla Srikanth 60 Reputation points
accepted 2024-11-05T14:51:29.7566667+00:00
Gorantla Srikanth 60 Reputation points
2 answers

TFS 2015 - TFS Error TF400324 while connecting to TFS using VS2017

Hi All, I tried to connect to TFS 2015 update 3 environment using VS2017 and receiving below error message. TF400324: Team Foundation services are not available from server our-tfsserver.com Technical information (for administrator): The…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
asked 2021-03-03T11:28:36.937+00:00
mahesh Talluri 6 Reputation points
commented 2024-11-05T13:57:46.7733333+00:00
Michael Vella Bardon 0 Reputation points
1 answer

In Visual Studio 2022 in Error list window errors are not displaying

Hello Team, Required help on resolving the issue which I'm currently facing. In my Visual Studio 2022, Errors are not showing even though the error count was showing in the Error list window, but when I click on the Errors it was not showing any error,…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,911 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,187 questions
asked 2024-11-05T11:10:39.9366667+00:00
YerniSunilKumar Boddu 0 Reputation points
answered 2024-11-05T12:10:43.71+00:00
Jiale Xue - MSFT 46,296 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Where to download Visual Studio Image library Viewer tool

I have Visual Studio 2022 Professional Installed on my machine, how do I open/launch Visual Studio Image Library Viewer tool thats described here? Or is it that, this is a standalone tool that needs to be download from somewhere else? If so from where?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
asked 2024-11-05T04:41:14.1833333+00:00
Koppula, Vivekanand 0 Reputation points
accepted 2024-11-05T09:12:21.1933333+00:00
Koppula, Vivekanand 0 Reputation points
2 answers

What Happened to the Property Menu Item in Visual Studio 2017?

Visual Studio 2017 used to allow me to see a source file's property (e.g., file name, path, etc.).  I would right-click on the source file in the Solution Explorer window, select Property and a property window would appear in the lower half of the…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
asked 2024-10-31T19:24:56.67+00:00
Julio Bello 221 Reputation points
commented 2024-11-05T08:07:17.6133333+00:00
Tianyu Sun-MSFT 31,166 Reputation points Microsoft Vendor
1 answer

Create project with console template using vs 2022 and it give errors Microsoft Visual Studio Community 2022 (64-bit) - Current

1.Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.9.0 2.>dotnet --version 8.0.201 3. I created project with console template, and the it give me errors, i delete it and try severl time. it not work. errors: a)…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,187 questions
asked 2024-11-01T16:22:50.7966667+00:00
pxb pxb 0 Reputation points
commented 2024-11-05T08:03:49.1466667+00:00
Tianyu Sun-MSFT 31,166 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

ASP.NET Core Controller API has a higth memory consomation when started in debug from recent Visual Studio version

Hi, We have developed a ASP.NET Core Controller API that work. From we updated Visual Studio from 17.10.4 to 17.11.5, when the API is started in debug from Visual Studio, the memory consumption is rising rapidly : The API work fine when started by…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,606 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.
1,004 questions
asked 2024-11-04T16:46:56.72+00:00
Vernou 66 Reputation points
edited a comment 2024-11-05T07:49:18.2133333+00:00
Vernou 66 Reputation points