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…
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…
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…
/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…
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.
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…
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…
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…
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?
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…
How to set a custom PS profile for VS Start Without Debugging action?
When console app is launched with the Start Without Debugging action, the Visual Studio (VS) 2022 opens a default PowerShell (PS) console for it. I would like to use a custom PS profile for that. How it can be done? The issue that I would like to solve…
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.