Questions tagged [upgrade]

This tag refers to the process of replacing a particular system with a newer version of the same system

With computer , an upgrade is a term that describes adding or replacing physical components to a computer that improves its performance.

When referring to software, a software upgrade generally refers to any major upgrade to the software that adds significant changes to the program.

4062 questions
64
votes
3 answers

How to upgrade from VS 2017 to 2019?

VS 2019 is RTM, and I was wondering what's the proper way to upgrade from VS 2017, is there a dedicated 'upgrade' method, or is it uninstall and install? Maybe install and uninstall? What's the right way to do it without having to uninstall and…
58
votes
9 answers

Angular 2 Component is not part of any NgModule

i'm upgrading my Angular 2 project from RC5 to 2.0.0. I get this Error Unhandled Promise rejection: Component LoginComponent is not part of any NgModule or the module has not been imported into your module. ; Zone: ; Task: Promise.then ;…
Lyror
  • 854
  • 2
  • 8
  • 17
56
votes
4 answers

upgrading from MVC4 to MVC5

I have made that dreadful error of upgrading from MVC4 to MVC5 pre-release by updating the razor, and mvc webpage in my references I have System.Web.Mvc, System.Web.Webpages, System.Web.Webpages.Razor and System.Web.Razor as version v4.0.30319, when…
Jack M
  • 2,467
  • 4
  • 22
  • 43
54
votes
10 answers

An assembly specified in the application dependencies manifest (...) was not found

I upgraded Microsoft.AspNetCore from 2.0.3 to 2.0.5 and my WebAPI project, although running successfully locally, fails to start in production (IIS). Everything was fine in production until this upgrade. The error message produced in the log…
KSwift87
  • 1,218
  • 4
  • 15
  • 32
53
votes
10 answers

Upgrading React version and it's dependencies by reading package.json

I have an existing project, which has react@15 and all it's dependencies according to that. But now I have to upgrade to react@16 along with it's dependencies. Now, the problem is - there are a lot of dependencies and it is very time consuming to…
AlwaysALearner
  • 5,329
  • 14
  • 37
  • 52
49
votes
3 answers

Upgrade from jQuery 1.x to jQuery 2.x

I am trying to upgrade from jQuery 1.x to jQuery 2.x. I have jQuery 1.8 and jQueryUI 1.8, and now I want to upgrade to jQuery 2.x and enhance my web app. So my question is what to change and remove, like for Ajax and events. Like these errors I…
ucefkh
  • 2,491
  • 2
  • 20
  • 18
44
votes
32 answers

How best to convince people to upgrade IE?

I recently asked a question that got shot down for being too strongly worded. I'm having another go today because it's something I really am concerned about and I really do want feedback and ideas from the smart people on SO. IE6 isn't quite the…
Oli
  • 215,718
  • 61
  • 207
  • 286
44
votes
6 answers

How do I add time-stamp information to Maven artifacts?

I am upgrading a large build-system to use Maven2 instead of Ant, and we have two related requirements that I'm stuck on: We need to generate a time-stamped artifact, so a part of the package phase (or wherever), instead of building…
Ryan
  • 455
  • 1
  • 4
  • 6
42
votes
11 answers

debian apt packages hash sum mismatch

From the Debian command line, I'm getting a hash sum mismatch after executing aptitude update; aptitude upgrade. Below is the command line output. I've tried an aptitude clean, but this does not seem to help. I've also done a few google searches,…
Mark Giles
  • 449
  • 1
  • 4
  • 7
36
votes
11 answers

Reasons and advantages for upgrading to Java 6 for a non-technical decider (at the client)

I'd like to upgrade from Java 5 to Java 6. We all know about the technical advantages and benefits, but: I have the problem that a major client refuses to upgrade from java 5 to java 6 because of "the risks" and "no/too few benefits for us" (banking…
MRalwasser
  • 14,580
  • 14
  • 95
  • 134
36
votes
2 answers

upgade python version using pip

So I have python 2.7.3 installed on Windows 7 64 bit and I want to do an incremental upgrade to version 2.7.5. I have pip installed and it works fine; I just installed Django using it. I ran into this command: pip install --upgrade…
Snerd
  • 1,227
  • 2
  • 19
  • 33
35
votes
5 answers

How to upgrade csproj files with VS2017

VS2017 has so far correctly converted several project.json/.xproj based projects to the new .csproj format. I would also like to use the new .csproj format with older .csproj projects that previously targeted only .NET Framework (i.e. they didn't…
Drew Noakes
  • 266,361
  • 143
  • 616
  • 705
34
votes
3 answers

upgrade eclipse to java 8

I am trying to update my eclipse environment to java 8. I installed the jdk and jre version 8. I also did this: https://wiki.eclipse.org/JDT/Eclipse_Java_8_Support_For_Kepler then in project -> properties -> java build path -> JRE system libraries…
Andisheh Keikha
  • 1,134
  • 2
  • 13
  • 31
33
votes
8 answers

Update TensorFlow

I'm working with Ubuntu 14.04 , I had a TensorFlow V0.10 but I want to update this version. if i do: $ pip install --upgrade $TF_BINARY_URL but it prints: Exception: Traceback (most recent call last): File…
stevGates
  • 784
  • 2
  • 8
  • 16
33
votes
5 answers

How do I upgrade SQL Server localDB to a newer version?

Is it possible to upgrade SqlServer localDB from 2012 to 2014? We currently use version 11 from SQL Server 2012. I need to upgrade to version 12 from SQL Server 2014. I would like to be able to do it without losing my tables and data. I installed…
Don Chambers
  • 3,037
  • 6
  • 26
  • 57