VS2022 vs ptrust.cpp
While attempting a C++ compile in VS2022 the following error is raised: LNK1104 cannot open file 'msvcurt.lib' A search for this file in the VS2022 file structure results in 'file not found'. Searching by file contents results in this file being…
Apple Developer Account: Individual - error 'There was an error while trying to log in: Provide a properly configured and signed bearer token, and make sure that it has not expired learn more about generating tokens for API requests'
I have an issue when trying to sign in with my apple developer account on visual studio 2022 (v17.4.1). Firstly, I when trying to sign in as an 'individual account' I get this error ‘there was an error while loading your certificates: The Apple Developer…
Copying Over Forms in VS2022
Hello everyone. I am having an issue in VS2022 that I have never had before and do not know why. I work for a company and I have created our ERP System in Visual Studio. We constantly add things or make changes to the programs, forms, reports, etc. There…
Can't deploy Visual Studio Net 9.0 project with Android
While deploying a Visual Studio Net 9.0 project, it occasionally gives a warning: This project is not suitable for Android, check for errors. After deploying the project with Windows, it can be deployed on Android. This situation is repeated from time to…
I can not use iis Express
I am experiencing issues where a message stating "Failed to run IIS" occurs on two different PCs. Here are the details: Environment Information OS: Windows 11 24H2 (OS Build: 26100.2033) Visual Studio: Visual Studio 2022 Professional…
Use Visual Studio with an admin account
How do I update my Visual Studio license when using shift right-click, run as different user to my admin account given that no key is provided, and that I cannot sign in from Visual Studio? I started the trial but now have 5 days left. I am sometimes…
SQL71562: Unresolved Reference to Object [$(dbVariable)].[sys].[objects] After Upgrading to VS 2022 (17.12) Pro
A SQL Server Data Tools (SSDT) solution that has been used for several years includes multiple database projects, some referencing the master database and/or using [sys] tables in other referenced database projects within the same solution. This solution…
/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…
How do I add a project to Git (solution already added)
Hi all; This is weird, I have a solution with one project that is all in Git/DevOps. I created it and added it through VisualStudio. This is all working fine. I added a UnitTest project to the solution and it's added fine. But this project is not…
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?
Is there an error in this piece of code
a = 16 b = 25 c = 27 if a > b: if b > c: print ("a is greater than b and b is greater than c") else: print ("a is greater than b and less than c") elif a == b: print ("a is equal to…
Keyboard not working correctly in Visual Studio 2022
Running VS2022 17.7.4. Frequently only alpha numeric keys work. All function keys, backspace etc not working. Keyboard works fine in all other programs. Reset Key mapping has no effect.
How to fix error : The SDK 'Microsoft.NET.Sdk.Web' specified could not be found.
I followed this https://stackoverflow.com/questions/67049414/windows-or-visual-studio-2022-cant-find-the-latest-installed-net-sdk-due-to-bi/67049415#67049415 and I still received the same error despite restarting the application to make sure the changes…
How to fix error : The SDK 'Microsoft.NET.Sdk.Web' specified could not be found.
I followed this https://stackoverflow.com/questions/67049414/windows-or-visual-studio-2022-cant-find-the-latest-installed-net-sdk-due-to-bi/67049415#67049415 and I still received the same error despite restarting the application to make sure the changes…
VC runtime redistributable
Hello, What type of license needs to be bought to commercially redistribute the VC runtime without any restrictions? https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 Is it free if we own a Visual Studio 2022…
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…
I just upgraded to win11. Now, visual studio 15 will not run. I need specific features in vs15 and do not want vs2022. How an I get vs15 to run in windows 11
I can’t download vs 15. It shows up grayed out on the download page. When I open vs15 in win11, it says “License: Prerelease Software , Your license has expired. any help would be appreciated.
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"…
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…
VS 2022, Windows application development workload, and Dotnet 6
Dotnet 6 is now EOL. The current version of Visual Studio 2022, 17.12, requires Dotnet 6 to install the Windows application development workload. Who's responsible for for this workload in VS 2022?