devenv.exe command line execution mode is not working as expected
Hello! I was using devenv.exe command mode to compile the whole Unreal Engine source code. As the VS doc says, I constructed the following bat code: "XXXXXX\devenv.exe" "xxxxxx\UE5.sln" /Rebuild "Development Editor|Win64"…
/MT and /MD question
I build on windows and use cmake vs2022 I try to build cef project and it always show 命令列 warning D9025: 覆寫 '/MD',以 '/MT' Is it possible for four case? /MT => generate static lib /MT => generate dynamic lib /MD => generate dynamic lib /MD…
Error "The Microsoft Store experiencing network issues" when trying to publish app
Whenever I try to link my app to the Microsoft Store, I encounter an error message saying, "The Microsoft Store is experiencing network issues." However, the Partner Center site works fine when accessed through a browser.
Windows can't install Visual C++
Whenever I try to install Microsoft Visual C++ 2015-2022 Redistributable it tells me that "The feature you are trying to use is on a network resource that is unavailable. It then tells me it was unable to uninstall a previous version. I've tried…
What is microsoft recommendation for licensing a linked clone virtual machine
https://docs.vmware.com/en/VMware-Fusion/13/com.vmware.fusion.using.doc/GUID-96D07E71-FF5D-4E82-A5BD-0B15586432E4.html VMware provides linked clone. Since linked clone share virtual disk , no hardware change is detected, Does it need seperate retail key…
cmake build cef with vs2022
I am trying use visual studio 2022 and command prompt vs2022. Using this to build project https://github.com/chromiumembedded/cef-project And it show the warning [1/268] Building CXX object…
The key combination (Ctrl+K, Ctrl+U) is linked to a command that is currently unavailable.
The key combination (Ctrl+K, Ctrl+U) is linked to a command that is currently unavailable. I don't do anything, But Ctrl+K can work, sometime Ctrl+K can not work. What should I do ? It is a bug?
Cannot open Database version 957
I am new to Visual Studio 2022 Community and probably my question has already been answered. This is the Problem: I have a laptop "A" with Windows 10 + Visual Studio Community 2022 +SQL Server 2019 LocalDB +SQL Server 2022 Localdb. I have…
"Feature 'XXX' is currently unavailable due to an internal error."
Visual Studio 2022 recently started (for absolutely no reason) displaying the following message(s) at the top of the Visual Studio 2022 window: Feature 'Diagnostic analyzer runner' is currently unavailable due to an internal error. Similar…
asp.net core web application not showing in visual studio 2022
asp.net core web application not showing in visual studio 2022
Help Identifying the Visual C++ Redistributable Version for vcruntime140.dll (14.40.33810.0)
I need help identifying the specific Visual C++ Redistributable version and its associated Visual Studio version for the following file on my system: • File Name: vcruntime140.dll • File Version: 14.40.33810.0 Could you let me know: Which Visual Studio…
Visual Studio will not log in
I've been trying to sign in into my Visual Studio 2022 with my subscribtion, but it's just not happening. If I wait a really long time it asks me to which account I want to sign in, then I can input the password, two factor authentication goes trough but…
Visual Studio will not log in
I've been trying to sign in into my Visual Studio 2022 with my subscribtion, but it's just not happening. If I wait a really long time it asks me to which account I want to sign in, then I can input the password, two factor authentication goes trough but…
How to fix fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
Hi all, I am trying to install detools package from pypi using "pip install detools" In the process of installing, initially I got some error regarding the requirement of C++ Build tools as detools contains some c++ extensions need to be…
After VS2022 version 17.12.0 update Address Sanitizer no longer works for my C++ project
I've just updated visual studio to the version in the topic and the project which worked ok 5 minutes ago with Asan on (/fsanitize=address) now throws this error when starting the debugger: The procedure entry point __sanitizer_ignore_free_hook____dll…
How to debug maui ios in real device with free provisioning on mac vs code
I've already using xcode to deploy the native app to my device with this provisioning profile. Then I've modified the project config as below <PropertyGroup Condition="'$(TargetFramework)'=='net8.0-ios'"> …
Visual Studio Community problems on Windows 11 platform
I've had projects made by Visual Studio Community on windows 10 platform. After upgrading to windows 11 none of my project can't rebuild although there are no errors. All the nuget packages lost. After reloading all the nuget packages; It writes…
FileExtensionRegistryService returns me UNKNOWN content type for .cs and .txt
Am trying to understand IFileExtensionRegistryService in the Visual Studio Extension development scenario. I try to get content types as follows. var componentModel = (IComponentModel)Package.GetGlobalService(serviceType: typeof(SComponentModel)); var…
visual studio c#
I get the following error message when opening a form in designer mode |The file 'D:\Visual Studio Projects\VoV Biljart Woensdag V 2.1.0.7\VoV_Biljart\Form4.cs' does not support code parsing or generation because it is not contained within a…
Pair to Mac: An error occurred while trying to connect to the Broker
I'm trying to go through the Pair to Mac procedure in order to debug a MAUI application on iOS. However, using Visual Studio 2022 Preview 6, I'm getting the most peculiar results. Here's the error log I found at %LOCALAPPDATA%\Xamarin\Logs\17.0: …