1,282 questions with Developer technologies | Visual Studio | Setup tags
Visual Studio Installer not working after upgrading to Windows 11
After upgrading my work laptop from Windows 10 to Windows 11, Visual Studio Installer cannot install new version or updates anymore. When I start an installation, a dialog box opens saying The Windows Installer Service is unavailable, but the Windows…
Developer technologies | Visual Studio | Setup
How to install Visual Studio 2022 offline ?
Hello, I have tried to install Visual Studio 2022 Professional offline and I have encountered the issue with certificate revocation checks describes in this post and comment. I have downloaded 3 days ago the last version of VS Installer (version…
Developer technologies | Visual Studio | Setup
Automating Pension Net Calculations in Excel with Real-Time Data Updates
Hi everyone, I’ve been working on a project to automate monthly pension calculations in Excel for Italian retirees. The main goal is to have a dynamic spreadsheet that automatically updates net pensione calculation [calcolo pensione netta 2025] values…
Developer technologies | Visual Studio | Setup
Unable to download Visual Studio 2019 Professional
I previously purchased Visual Studio Professional 2019. I am now trying to install it on my new PC, but I cannot find the download location. Could you please let me know where I can download it from?
Developer technologies | Visual Studio | Setup
vs 2022 community installer infinite loading
There's an infinite download. How can i fix it? I already tried Install new 2026 version Turning off antivirus Resetting browser cache Update latest updates of .NET Runtime, Windows and C++ Collect.exe tool's…
Developer technologies | Visual Studio | Setup
a VS2019 installation from a win10 system to a win11 system
I had a VS2019 installation on a older system, and want to install on a win11 system so I can migrate older VS2010 projects to VS2022 but I cannot download from the MS site. I have copied the files from the original system but there is no setup.exe or…
Developer technologies | Visual Studio | Setup
Help me please >>The Windows SDK version 10.0.22000.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages
Hello, Today was a very bad day for me, i tried for 7 hours since morning to solve this problem by uninstalling, reinstalling multiple times, watching all YouTube videos and reading a lot of articles to try to solve this problem but nothing comes :( :(…
Developer technologies | Visual Studio | Setup
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
Developer technologies | Visual Studio | Other
Unable to install Visual C++ build tools
Hello I tried to install the Microsoft Visual C++ Build tools. The installer (filename is visualcppbuildtools_full.exe) stops right after the start of the installation it says a setup package is missing or damaged("Ein Setuppaket fehlt oder ist…
Developer technologies | Visual Studio | Setup
Developer technologies | C++
Visual studio 2026
When i download the visual studio 2026 installer to use it without the internet and putting the files into the pc without internet with a own domain network and try run the command c:\localVSlayout\vs_enterprise.exe --noWeb it open the vs installer…
Developer technologies | Visual Studio | Setup
Visual Studios 2019 installer no longer allows me to install offline. MSFT says a revocation check stops it
Offline install of VS2019 fails still a problem on 9/9/2025 I have been creating layouts for about 6 years so not an issue there I can download the files online and used to just install it offline. Found this below: from…
Developer technologies | Visual Studio | Setup
Visual Studio will not update
I have tried everything including uninstalling and reinstalling Visual studio. For some reason it continues to give me this error with really no information. I am unable to update VS 2022.
Developer technologies | Visual Studio | Setup
Visual Studio
Gazmend Mehmeti Von: <PII Removed>@gmail.com Betreff: Dringend: Mehrere Monate Probleme bei Visual Studio Installation & Premium-Upgrade (Konto: <PII Removed>@gmail.com) Sehr geehrte Damen und Herren, ich wende mich an Sie, da ich seit…
Developer technologies | Visual Studio | Setup
After installing VS2019 and Ifort, it shows that it “'failed to load correctly'IntelGfxDbgPackage'”.
I recently installed VS2019, but after installing the Intel Fortran compiler as an add-on, when I reopened VS2019, it displayed “failed to load correctly'IntelGfxDbgPackage”(see the picture).The ActivityLog.xml file shows "Failed to load the file or…
Developer technologies | Visual Studio | Setup
Visual Studio Installer crashes when I try to use it, how can I fix this?
Visual Studio Installer is crashing. I cannot use the normal way of reporting a problem because when I try to do it via Visual Studio or Visual Studio Installer they crash. When the crash happens, I get a dialog box that says something like one of…
Developer technologies | Visual Studio | Setup
Visual Studio 2017 unable to install on SharePoint 2019 App Server, no errors thrown.
Hello Team, As part of an overhaul process of upgrading from SharePoint 2019 to SSSE, we are planned to convert SP Designer workflows using Visual Studio. We have chosen to install 'Visual Studio 2017 Pro' for this activity and we are stuck with the…
Developer technologies | Visual Studio | Setup
Issue with the interpreter in Visual Studio Code
I have to have Visual Studio downloaded on my Microsoft Surface Pro, 11th Edition; and what I've done so far is: First download Python from the web, I've gotten the version 3.14(64-bit), I've opened it and have tested if it works, it does. Then I've…
Developer technologies | Visual Studio | Setup
VS Code Stuck on "Detecting Kernel" After Latest Version Installation
I recently installed the latest version of Visual Studio Code. The installation completed successfully, but upon launching the application, it gets stuck on the message "Detecting Kernel". The application appears to hang at this stage and is…
Developer technologies | Visual Studio | Setup
Error in VS Designer in c#
Call is ambiguous between the following methods or properties Form1.button1_Click(object,Eventargs) and Form1.button1_Click(object,Eventargs)
Developer technologies | Visual Studio | Setup
Cannot install VS Enterprise from offline package - Error 5003
I'm trying to wrap VS2022 Enterprise for the purpose of deployment via Intune as a Win32 app. In my testing, the installer is failing to run offline, with error code 5003. Layouts have been re-downloaded just in case of corruption etc. Looking for a…
Developer technologies | Visual Studio | Setup
When I use vs_buildTools.exe to install the vctools workload in a container and specify "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\BuildTools" as the installation path, why does it end up installing to C:\Program automatically? How can I resolve th
Start-Process .\vs_BuildTools.exe -ArgumentList '--quiet --wait --norestart --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\BuildTools"' -PassThru -Wait ; \