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…
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…
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…
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 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…
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…
'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…
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…
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: …
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: …
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 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 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…
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…
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…
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,…
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?
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…
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)…
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…