I've installed recently VS2013 ultimate with SP3.
After install I've installed extensions but I can't upgrade any extension.
I click in the extension update button and nothing happen. I don't see any error in event viewer and I don't know why I can't update my extensions.
Note: I've also VS2012 ultimate SP4 and I can install and upgrade extensions.
Related
I am trying to install the design-time components of System.Data.Sqlite -- I want to be able to connect to SQLite databases from within Visual Studio, execute queries, and retrieve data.
As per the instructions on the System.Data.Sqlite downloads page, I downloaded the setup bundle for 32-bit Windows, targeting .NET 4.6.
When I try to install, I get the following error:
Failed to install Microsoft Visual C++ Runtime: vcredist_x86_2015_VSU2.exe, Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel
I am running Visual Studio 2015 Community Edition Update 3, with cumulative hotfixes, available here; on Windows 10 64-bit.
I tried uninstalling the Microsoft Visual C++ 2015 Redistributable (x86) and rerunning the VS 2015 Community Edition hotfix installer to reinstall it, and then rerunning the SQLite installer, but the same error still occurred.
How can I resolve this?
You were oh-so-close to the solution. You've just got a couple steps backwards.
The issue is that the System.Data.Sqlite package includes VC++ Update 2, but you've already got the newer Update 3 installed. Rather than recognize there's already a newer version installed, all the setup program sees is that installing U2 failed and bails out. So, we need to let it do its thing and install the U2 package to get past that point:
Uninstall "Microsoft Visual C++ 2015 Redistributable (x86) - 14.0.24212"
Install the Sqlite package
THEN re-install Update 3
I tried to install apache cordova 3 on Visual Studio 2013 ultimate but whenever I install it I get this:
I tried uninstalling VS2013 and reinstall it without any luck I even tried VS2013 community the same and the provided link seem to be not working because I tried all commands in the documentation and all of them gave me error.
You don't need to uninstall Visual Studio 2013. You need to uninstall VS Tools for Cordova. You probably have this listed in your add/remove programs, separately then Visual Studio 2013.
Close all instances of VS.
Use add/remove program to remove the program in my attached screenshot.
Run the commands listed under resolution on http://support.microsoft.com/en-us/kb/3014133
Restart PC
Always download latest copy from http://www.microsoft.com/en-us/download/details.aspx?id=42675
Do you also happen to have any version of VS 2015 installed?
Ok I solved this problem with these steps:
Uninstall VS 2013 Update 4.
Install VS 2013 Update 3.
Install Apache Cordova CTP2 and uninstall it completely
Install VS 2013 Update 4.
Install Apache Cordova CTP3.
I want to install Visual studio 2013 Ultimate, but an error message pops up saying:
You need a newer version of windows
After a little research about the known installation issues for VS2013, I updated to SP1 from the Microsoft website and installed IE10, but I am still unable to install it.
SOLUTION FOUNDED:
I have found the solution to my problem, simply by changing the Visual Studio installation File from the C (system drive) it was in the desktop, to the D (other stuff drive) and relaunching the installation again, magically the installation begins without any issues.
I am trying to download and install VS 2013 from MSDN subscription today and I am getting an error message that states:"This version of Visual Studio requires a computer with a newer operating system."
I checked the requirements and it claims that it can be used with Windows 7SP1 and IE10 which is what I have. I have ever updated my Typescript install as suggested by a Google search.
Does anyone know if you can install the MSDN version with Windows 7? Or is there anything else that I might need to install to get 2013 to install on my machine?
I use VS10 and recently NuGet1.6 came out and I tried to do normal update and it kept failing with the following message,
"Install Error : VSIXInstaller.SignatureMismatchException: The signature on the update version of 'NuGet Package Manager' does not match the signature on the installed version. Therefore, Extension Manager cannot install the update.
at VSIXInstaller.Common.VerifyMatchingExtensionSignatures(IInstalledExtension installedExtension, IInstallableExtension updateExtension)
at VSIXInstaller.InstallProgressPage.BeginInstallVSIX(SupportedVSSKU targetAppID)
"
Then I read somewhere someone said just uninstall NuGet and re-install it, well I uninstalled NuGet in the Control Panel of Windows, because the Uninstall button of NuGet in VS10 is grayed out (why is this the case?). But still could not install NuGet1.6, it run into the same error. Could someone help please!
Thanks.
You might need to Run Visual Studio 2010 As Administrator in order to get the NuGet 1.6 extension installed.
I agree that it is silly that the upgrade from within VS2010 doesn't work. I have tried this several times across several machines (a home workstation without any restrictions, a work machine with tied down profiles) and it always fails.
There is a known issue when upgrading NuGet to 1.6 from an older version when running Visual Studio SP1. From the NuGet 1.6 Release Notes:
If you are running VS 2010 SP1, you might run into an installation
error when attempting to upgrade NuGet if you have an older version
installed.
The workaround is to simply uninstall NuGet and then install it from
the VS Extension Gallery. See http://support.microsoft.com/kb/2581019
for more information.
Note: If Visual Studio won't allow you to uninstall the extension (the
Uninstall button is disabled), then you likely need to restart Visual
Studio using "Run as Administrator."
Run Visual Studio 2010 Administrator, and the UnInstall option is available.
Uninstall --> Restart --> Install new version.
I couldn't run Visual Studio as Administrator, so I just uninstalled the extension from VS, downloaded the VSIX file from the Visual Studio Gallery, then ran the install.