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.

4652 questions
80
votes
2 answers

How to trust a apt repository : Debian apt-get update error public key is not available: NO_PUBKEY

Trying to update some repositories on Debian Etch installation and getting the following errors from running "apt-get update" W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because teh…
Chris Harris
  • 4,705
  • 3
  • 24
  • 22
77
votes
13 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,843
  • 5
  • 23
  • 40
68
votes
2 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
1 answer

How to run --upgrade with pipenv?

Running (say for numpy) pipenv install --upgrade numpy tries to install --upgrade and numpy instead of normal pip behavior for --upgrade switch. Is anyone else having this problem? Edit: Everyone, stop using pipenv. It's terrible. Use poetry…
adam.hendry
  • 4,458
  • 5
  • 24
  • 51
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
  • 924
  • 3
  • 10
  • 19
57
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,564
  • 4
  • 28
  • 49
54
votes
6 answers

go version command shows old version number after update to 1.8

Pretty much the title. I downloaded/installed Go 1.8 for OS X, but when I go $ go version go version go1.7.5 darwin/amd64 My .bashrc look like the following # some exports…
Arnaud H
  • 881
  • 2
  • 10
  • 16
54
votes
4 answers

upgrade 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,463
  • 3
  • 25
  • 36
53
votes
6 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,798
  • 9
  • 33
  • 74
51
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
  • 525
  • 1
  • 4
  • 6
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,509
  • 2
  • 22
  • 18
47
votes
8 answers

Turn off Null Safety for previous Flutter Project?

I want to upgrade my flutter to get new features such as null safety, but I didn't want my previous project to affect them. I want new changes only for my new flutter project, I want to run my old project similar to the old way. Is there any way?…
MRazaImtiaz
  • 1,964
  • 1
  • 13
  • 23
47
votes
1 answer

Upgrade the Python package dateutil: Could not find a version

I tried to upgrade dateutil from 2.5.3 to the newest version 2.6.0 with pip install dateutil --upgrade, but got the issue Could not find a version. $ pip install dateutil --upgrade Collecting dateutil Could not find a version that satisfies the…
SparkAndShine
  • 17,001
  • 22
  • 90
  • 134
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
  • 235,628
  • 64
  • 220
  • 299
42
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
  • 910
  • 2
  • 9
  • 19