Cannot install VS 2022 on Windows 11. It stucks at 0%.
Hi, I downloaded VS 2022 from the official site, but I can't install it, it's stuck at 0% (as shown in the picture). I tried looking at vslogs.zip and found that some of the paths don't seem to match my computer's path, my username is wst24365888, so…
Visual Studio Setup
Unable to Install Visual Studio 2022 – Bootstrap Link Broken & Installer Stuck
Hi, I’m trying to create an offline installer for Visual Studio 2022 Community Edition using the instructions provided here: https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022 However, the…
Visual Studio Setup
Attaching to WSL process from a visual studio extension.
I can attach to a WSL process in visual studio by going Debug -> 'Attach To Process' in the menu, then setting the 'Connection type' to 'Windows subsystem for Linux', selecting the process from the list, and clicking the 'attach' button. How can I do…
Visual Studio Extensions
How to fix: The store blocked this account while publishing and app.
I always get the error: The store blocked this account. Ensure the account has permission to read reserved app names and that it is linked to a valid Developer subscription. I'm able to login with my account ob the website and I see all my apps there.
Visual Studio
Not able to associate app with the windows store with VS 2017
I'm using Visual Studio 2017 (version 15.9.68) to build a Windows app ( a Universal Windows javascript app that is supported only on VS 2017). I'm currently trying to update my app that's published on the Windows Store, but I'm encountering this error…
Visual Studio
Create UWP app package: The store blocked this account. Ensure the account has permission to read reserved app name...
Hello, I have developed an UWP app and try to publish it to Microsoft Store., Reserved a new name for app and created app submission in Microsoft Partner Center. Now I'm trying to create app package for deploying to Microsoft Store in VisualStudio 2022.…
Visual Studio
How Do I Get My obj Files Back?
Hello Folks: Developing on Win 10 Pro, VS Community C++. Today I had one of those difficult compile issues that required me to turn on VS's Compile to Preprocess to a file. After examining the module's .i file, I never did figure out why I was seeing a…
Visual Studio Debugging
uwp app help
Hello, I'm not sure who I should contact or talk to, but I have an inquiry about how I can request the "access all your files, peripheral devices, apps, programs, and registry" permission for my UWP app that I'm submitting to the Microsoft…
Visual Studio Debugging
Error: The type 'UIKit.UIInputSuggestion' (used as a parameter in UIKit.UITextField.InsertInputSuggestion) is not available in iOS 18.1 (it was introduced in iOS 18.4)
I'm at my wits end trying to deploy an iOS app using MAUI. It worked last week, now it no longer works and I've spent days on this. .Net 9 Visual Studio 17.3.6 XCode 16.1, IOS 18.1 The errors are below. My understanding, as per Microsoft documentation,…
Visual Studio Debugging
Visual Studio freezes and closes when I try to open a new terminal
Visual Studio freezes and closes when I try to open a new terminal. The sign comes out: "The windows is not responding" reopen, close or keep waiting. I have the latest version of Visual Studio and the .NET SDK
Visual Studio
Cannot resolve problem with cerr and endl
Windows 11, VS 2022, Version 17.13.3, C++, MFC VS will not let me use those two operators. But the same code works in another project. Here is a screen capture of the code and the top of the Error List showing the complaint. Line 48 was added just for…
Visual Studio Training
[Visual Studio 2022] Adding a Project Reference fails
Greetings All, I have a problem with Visual Studio 2022. Firstly, I should tell you that my VS2022 environment is as follows: Microsoft Visual Studio Community 2022 Version 17.14.3 VisualStudio.17.Release/17.14.3+36127.28 Microsoft .NET Framework …
Visual Studio Setup
Visual Studio doesn't let me deploy after the first Xamarin Deployment
I am currently on a projet which uses Xamarin as a base. The application runs on android and I use Visual Studio to run and test code, expecting it to build and deploy to my physical device when I run in debug mode. However, this is not what is…
Visual Studio Debugging
MSB8026 The Windows SDK version 10.0.20348.0 was not found
I have a problem with Windows SDK when building a project. This is the error message I got: The Windows SDK version 10.0.20348.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by…
Visual Studio Setup
Visual Studio 2022 17.14.3 C++ integration broken on Windows Server 2016
Our build server runs Windows Server 2016. After the latest Visual Studio 2022 update, I get this error message when I try to open a C++ solution: The 'Visual C++ Package' package did not load correctly. etc. The error says to look at ActivityLog.xml…
Visual Studio Setup
IAP is not initialized in a sideload UWP Unity app
I am developing a Unity UWP build in Visual Studio, which has in-app purchases from the Microsoft partner center. When I upload my packages to the partner center and install the app from the store, IAP is working fine. But for testing, I create a…
Visual Studio Testing
Visual Studio Icon Extension
Hello How do I create an extension for Visual Studio to change the icons in a solution? There are no resources at all, no good guidance.The icons are really outdated.I previously created a theme change extension, but I didn't see any source for the…
Visual Studio Extensions
how to fix StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete. ---> System.OperationCanceledException : The operation was canceled.
even upgrade to the latest Version 17.6.4 still does it, can even be idle when it happens, Super annoying. StreamJsonRpc.ConnectionLostException : The JSON-RPC connection with the remote party was lost before the request could complete. --->…
Visual Studio
Install a package inside Nuget is raising this error "NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand"
I have installed a new visual studio community 2022, and i chose to install the azure development packages.. now i opened a new project which is a .net core 8 azure function, and i tried to run this command inside nuget command line,:-…
Visual Studio Setup
Microsoft.Visualstudio.Community.Shared.Msi error durring installation; Returncode 1407;
Hello! I'm trying to install Visual Studio Community but I keep getting that error. I tried every solution I browsed through. I ran the install & uninstall troubleshooter, rebooted my system, ran DISM health restore and sfc /scannow Package…