I am at a total loss when it comes to WPI and the continous reinstallation of Visual Studio 2010 SP1. I have even went as far as creating a virgin machine and installed VS2010 and then immediatly installed the tools from WPI. After completion (which shows success) I reboot the machine and then load the WPI again to add on secondary tools. At which point, the WPI triggers an installation of the SP1 -- 90 minutes later, the list shows up as successful, and other tools are listed for installation.
Every time you run WPI, it wants to go through the VS2010 setup over and over. Is there any way to fix this behaviour?
Thanks in advance.
Related
I rent absolutely free
Edition Windows 10 Pro
Version 20H2
Installed on 2/7/2023
OS build 19042.1706
Experience Windows Feature Experience Pack 120.2212.4170.0
With Excel installed and Activated by hosting provider
Microsoft Office LTSC Professional Plus 2021
Version 2108 (build 14332.20447 Click-to-Run)
Than I try to install to this new machine VS 2022 community from official site
Unfortunately VSTO tools is impossible to install, I see a lot of times the same error
VSTO installation Error
What I need to do? I need VSTO.
I receive advice to download firstly and install after full download. In this case I have this error.
Something going wrong
What going wrong I don't understand. This VM placed to datacenter in Germany with good connection and preinstalled and activated legal copy Windows 10 and Excel.
Most probably you are dealing with a connection problem. You may try to repair your VS installation at a later point of time.
You may consider downloading a local installation package, select the Download all, then install option in the dropdown at the bottom of the Workloads tab of the Visual Studio Installer. The purpose of this feature is to frontload the downloading of the Visual Studio packages onto the same computer that you plan on eventually installing Visual Studio on. By downloading the packages locally first, you can then safely disconnect from the internet before you install Visual Studio.
Also you can download the installer locally by using a command line. And only then you can launch the installer for the Visual Studio, so you will not face with such problems. Read more about that in the Create an offline installation package of Visual Studio for local installation article.
Last night, I downloaded Unity to start developing games with my brother. The installer also gave me Visual Studio 2015 and MonoDevelop, which I gather is basically a slightly modified Visual Studio.
This morning I discovered the problem: MonoDevelop will open, but Visual Studio won't. It always came up with a pop-up box saying "The program can't start because api-ms-win-crt-runtime-l1-1-0.dll is missing from your computer."
According to this other StackOverflow question, I need to download the Visual C++ Redistributable for Visual Studio 2015. But before doing that, I decided to check if I already had it, just in case.
I opened "Programs and Features" and beheld that I already had nine other Visual C++ Redistributables installed on my machine. This image shows the list.
Included are the 2010, 2012, 2013, and 2015 redistributables for both x86 and x64. I don't know if this is typical or not but it certainly seems excessive.
Despite all these, my Visual Studio still won't open. Do I need to install another one? I'm happy to do that if I need to; I just want to start coding.
(I also had this same problem with Microsoft Office 365 before I just gave up and downloaded Microsoft Office 2013 instead, which works fine. Perhaps it's a problem with my machine? I'm running Windows 7 64 bit, for what it's worth.)
You also need to install the Universal C Runtime
The Windows Update package on this page allows Windows desktop
applications that depend on the Windows 10 Universal CRT release to
run on Windows Vista SP2, Windows 7 SP1, Windows 8, and Windows 8.1
S14.
Extract the WindowsUCRT.zip and install the Windows6.1-KB3118401-x64.msu (note if you get a hang at "Searching for updates on this computer", cancel the install, stop the WU service and try again to install the update).
I am trying to develop apps for Hololens
After setup of Visual studios 2015 runs and gets completed, With a yellow triangle representing error it states, setup complete. However, not all features installed correctly.
Tools for Universal Windows App(1.4.1) and Windows SDK(10.0.14393)
The installer Failed. Fatal error during installation. Error code:1603
I have tried to reinstall visual studios community 2015, same error comes. I also tried to uninstall separately Windows SDK 10.0.014393.33 and run the VS setup again, it doesn't help as well.
I would recommend uninstalling visual studio, update Windows to the latest version, redownload the visual studio installer, disable antivirus and try again. If that doesn't work, Microsoft has a whole forum dedicated to troubleshooting VS install issues at:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vssetup
You are almost certain to get a better response there.
I installed Visual Studio 2015 on my machine before I upgraded to Windows 10 a few days ago. I'm having a really hard time installing W10 universal apps. At first, the option for universal apps wasn't listed under project templates. After a few restarts and back and forth, the option was there, the installation of the tools took several hours (I'm on an SSD so installations usually happens within a few minutes). Once it got installed, I either got an error message about loading assemblies, or that the project is not compatible with my version of Visual Studio (I'm running Visual Studio 2015 enterprise).
I have tried repairing and uninstalling then reinstalling/repairing VS, where the result is usually that the situation gets somewhat worse. Now, only test projects are listed under the Windows UAP section (Not Universal). I have also tried both uninstalling and reinstalling the Windows 10 SDK separately with Visual Studio without any effect. Is there a way to perform a complete clean uninstall of Visual Studio 2015 without performing a reinstall of my OS or is there some cache that I should clear?
I uninstall the windows 10 two sdks using the VS installer then open VS again. The universal template showing up. Then install the SDK again and it worked. Hope this will help.
I am attempting to install Managment Studio Express 2008 on a Win7 system that already has Visual Studio 2008 installed. I have installed VS 2008 SP1, which results in the About box for Visual Studio giving a version of 9.0.30792.1 SP.
When I attempt the Management Studio installation I see a message that tells me that I must install SP1. However, this is already installed. After a fair bit of searching I came across the link below, where someone had commented with a command line option for the installation executable that forced it to skip the check. However, this simply pushed the error to later in the installation process.
http://www.thushanfernando.com/index.php/2008/08/10/fix-rule-previous-releases-of-microsoft-visual-studio-2008-failed/.
This seems to be a perennial problem for Microsoft. I can't remember a time when I've painlessly installed both Management Studio and Visual Studio. I can't imagine that this is an unusual combination, after all!
Anyone had any success in solving this problem before I take on the day-long task of uninstalling and reinstalling Visual Studio and all its associated bits?