Content
Why are padding and margin not showing in properties tab of VS 2022
In keeping with the poor QA of VS now the properties window when selecting an XAML element no longer shows the padding or magins. If I were to publish the full list of problems I see in VS 2022 I would not get anything done. Check out the image to see…


Where are files stored for Visual Studio CMake Projects
In a basic creation of a WSL CMake project in Visual Studio 2022, where should support files for a CMake program be stored? My CMake project needs to access a jpg, and two html files shown in the attached image. I do not know how to configure the…
In MFC for a custom control: how do I define notification messages so Class Wizard recognizes them?
For an MFC custom control, how does one define notification messages sent to the parent's window so that these messages appear in Class Wizard so that we can respond or handle them?
System.exception when I create a CUDA Runtime project in VS 2022
When i try to create a CUDA 12.0 Runtime project i get System.exception. If I look in the directory there are only the .sln and the .vcxprj files. Cuda seems to work fine. cuda version: 12.0 windows 10
Why can't run my app after visual studio update?
I have updated Visual Studio 2019 from 16.6.1 version to 16.11.23 version. The update operation was finished successfully. When I want to run my MVC project in Debug mode, nothing happens. No error is displayed, the app is not running. What do I have to…


Extension to Debug project with last successful build.
Hi Team, I am trying to create a Visual studio extension to debug the application with the last successful build. i.e, new build won't happen, instead it would Run the last build and attach that process to the Visual studio. I'm not sure whether VS…


How to compile for windows XP?
Hi! How do I compile my code for Windows XP? I found this tutorial here: https://learn.microsoft.com/en-us/cpp/build/configuring-programs-for-windows-xp?view=msvc-170&source=docs It says: To target Windows XP In Solution Explorer, open the…
Continiously Breakpoints in ntdll.dll in Visual C++ Visual Studio 2022 Windows 11
Hello, i have a problem in MSVC++ Visual Studio 2022 running on Windows 11 My software continiously breakpoints in ntdll.dll, then the software continues to run. Sometimes breaks in one location, sometimes in other. The thing is that i cannot make my…


How to see the messages associated with a custom control in Class Wizard for an MFC application?
I have a custom control that defines several notification messages but these are not displayed in the Class Wizard in Visual Studio 2022. See the empty listbox "Messages" in this screen capture of Class Wizard: How does the Class Wizard know…


Unable to login to Visual studios 2013 upgrade 5
Hi all, we have an outage for 3 users in a project where they are not able to login to visual studios upgrade 5 2013 it shows an error like sorry we ran into a problem online service not aviable 145999-screenshot-13.png i am…


Where is debug start action options in a C# DLL project for Visual Studio 2022
It seems that with the new interface for "debug profiles UI" in Visual Studio 2022, I can no longer find the start action options…


Inject EntityFramework DbContext in a .NET 6 Azure Function
Where do I have to put the DbContext in a .NET 6 Azure Function? builder.Services.AddDbContext<DataContext>(options => // options.UseSqlServer(context.Configuration.GetConnectionString("BlazorOrderApp"))); There is…


APT2144 invalid file path
VS 2022 Preview... Trying to build and run "Notes" tutorial getting 2 APT2144 invalid file path error in file Xamarin.Android.Aapt2.targets. Error message gives a file path, which I can find using File Explorer. Help on error message says it…


Visual Studio 2013 Pro - The online service is not available
Hello, Until one week, I cannot log on my Visual Studio 2013 Pro. When I click on "Connect" button, I have the following error: The online service is not available. I try on 3 others PC (including private one or a new created VM) and I…


Visual Studio 2022 bootloader shuts down as soon as it starts.
Hello, Visual Studio 2022 bootloader shuts down as soon as it starts. My OS is Windows11. Could you help me please?


VS C++ converting int to char (string)
Hello. I have a problem with such thing. Output is as show at the bottom of page. Can anyone know how to show text inside the edit window as number? (and how to get a number from window as text) Help pages on the internet are not readable. The output is…


When I open vscode, I get an error like "unable to write program user data". Can you help?
When I open vscode, I get an error like " unable to write program user data... A system error occurred (EPERM: operation not permitted,mkdir 'c:\Users\UserName.vscode') Please make sure the following directories are…


Visual Studio Community 2022 (64-bit) v17.4.4 not showing any compile time errors for MAUI project.
Hi, I am using Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.4.4 for my MAUI projects but is not showing any compile time errors . is it any plugin missing?
How to see branch-misses and cache misses in Visual Studio 2022 C++?
In linux, we have "perf" command to see branch-misses. On windows, is there a corresponding tool to see branch-misses and cache misses of a C++ program?
How to clear project folder location history in Visual Studio Community 2019
When starting a new project in Visual Studio 2019 Community. Once you select the type of project, you get asked to name it and select the file location for it. In the file location text box is a history pull down, in there is a network location that no…

