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 do i rename, update, or delete a profile name in my personal Microsoft Teams Account
How do I rename, update, or delete a profile name in my personal Microsoft Teams Account? For example, I would like to rename, update, or delete the name 'Claudine' as shown in the picture attached.
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…
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…
Intellisense for Visual Studio Code is not working on (C#) (Mac)
Hi, I am a complete beginner and have been making my way through the 'Foundational C# with Microsoft" course and have run into an issue at this…
How to check the build time?
I created a C++ project in VS2022. But how to check the build time? Can you help me?
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…
Not able to debug c++ code on visual studio 2022
I am developing android application using c# and c++. my application uses c++ library. whenever I select c++ debugger in android project properties window and i run my app in debug then I get an error which is attached as image to this question. I…
Just-In-Time debugger was launched without necessary security permissions.
Running a dotnet website locally triggers the below warning: "The Just-In-Time debugger was launched without necessary security permissions" If I say yes to debug, it asks for admin access which will then launch a debugger highlighting…
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)…
How to Access and Reconstruct HBITMAP Data from a Debugged Process?
I am developing a Visual Studio 2022 extension to extract HBITMAP objects from the memory of a debugged process for analysis. Ideally, I want to access and reconstruct (when necessary) the raw bitmap data directly, without needing to convert each…
How to Access and Reconstruct HBITMAP Data from a Debugged Process?
I am developing a Visual Studio 2022 extension to extract HBITMAP objects from the memory of a debugged process for analysis. Ideally, I want to access and reconstruct (when necessary) the raw bitmap data directly, without needing to convert each…
Regenerating AndroidResource(s) For .NET for Android Using Visual Studio 2022
I am working on converting a Xamarin.Android app to .NET for Android. I have created an entirely new Solution & Project in Visual Studio 2022 & I used the Android Application Project Template. Visual Studio 2022 creates the following…
Visual Studio AI
I just love the Visual Studio AI ... it's so imaginative!
>net maui error cs1001 Identifer expected (net8.0)
I've trying to convert my Xamarin project to .Net Maui for the couple of months, I finally got all of the pages to compile (so Far I think) I'm only getting 4 error now, cs1001 Idenitfier expected MyProject (net8.0-android) App.xaml.sg.cs line…
CoreWebView2.NavigateToString(String) method fails to load an HTML page
I am using an instance of WebView2 class to display some HTML content in a UI panel for a VS 2022 extension. I can retrieve the HTML content that I want to display in the WebView2 control as a string, and then I am trying to use…
The option "Python/Native Debugging" is missing from the list of avialable debuggers even though python native development tools are installed
Im using VS 2022 Community Edition on Windows 10. When i check all boxes in Python development under Visual Studio Installer there is nothing to modify. So i guess everything is installed. But there is no option for "Python/Native" debugger in…
How can I use the ID2D1DeviceContext interface in an MFC Direct2D application?
I am using Direct2D in a Visual C++ (Visual Studio 2022) MFC application that uses many of the Direct2D MFC classes. I need to use the ID2D1DeviceContext interface for various purposes. The MFC classes force you to use either ID2D1HwndRenderTarget or…
Visual Studio 2022 has stopped showing errors and intellisense
For the last 7 days Visual Studio 2022 no longer shows red squiggles under any errors in the IDE text editor and no errors in the Errors List window. If I try to build it fails and I can see the errors in the Output window, but no errors are listed in…