Questions tagged [downgrade]

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

333 questions
1
vote
0 answers

how to downgrade chromedriver version for python3 on mac?

I used chromedriver with python3.7 to parse html on macOS 10.9, pip3 install chromedriver version 2.41, and chrome is version 65.0.3325.181 (Official Build) (64-bit), now I got error message as below, what can I do…
mikezang
  • 2,291
  • 7
  • 32
  • 56
1
vote
1 answer

Downgrade Linux Kernel Version

I want to downgrade my kernel version on Ubuntu 16.04.3. However, when I do 'dpkg -l | grep linux-image', the output is like this: and when I do 'uname -r', the output is like this: The problem is that I want to remove 4.15.0.24-generic and…
SON.PARK
  • 111
  • 1
  • 6
1
vote
2 answers

Xamarin for VS 2015 - Catastrophic failure

Few hours ago I updated my Xamarin version to the latest one 4.7.10 Everything was fine during the update process and it finished without any errors. After this when I opened one of my projects which is Xamarin.Forms project and I tried to open any…
KrisPetkov
  • 27
  • 1
  • 4
1
vote
0 answers

How to compile an app with older Google Play Services dependencies while using newer SDK

Let's say in our project we go back in Git to a previous app version with older Google Play Services in build.gradle file and we have newer versions of Google Play Services SDK installed on our computers. So in that case, compiling either fails or…
1
vote
0 answers

Installing Older version of Mono Raspbian

I tried Install Older Version of Mono but it does not help here is what I run sudo apt-get purge mono-devel echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.2.4.4 main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list…
1
vote
1 answer

Cleanly downgrade Nativescript to 2.5

since I have some issues with my app (that worked perfectly in 2.5) after upgrading TNS to 3.0 (I used the barcode scanner and the Xing decoder plugins both), I have the need to bring back my environment exactly as it was before upgrade. But I…
1
vote
1 answer

Error: Failed dependencies while downgrading libcurl

I'm trying to downgrade my libcurl version from 7.54.0 to 7.52.1 in Linux Red Hat 6. I run: [root@fossa yhchai]# sudo rpm -Uvh http://nervion.us.es/city-fan/yum-repo/rhel6/x86_64/curl-7.52.1-1.0.cf.rhel6.x86_64.rpm and it gives me a fail…
YingHua Chai
  • 75
  • 1
  • 9
1
vote
1 answer

Visual Studio 2017 dot net core solutions backwards compatibility with Visual Studio 2015

For personal reasons, my team can't migrate all developers to visual studio 2017. For this reason, we are looking for a way to keep the dot.net core Projects working at same time with visual studio 2015 and visual studio 2017. Have some way to safe…
Nicollas Braga
  • 802
  • 7
  • 27
1
vote
2 answers

What's the correct way to downgrade your Android app?

I'm kind of new to Android development, and I think I may have made a mistake. I've been working with compileSdkVersion 25 in my build.gradle file. But I want my application to be supported for Android 4.1 and higher. However, when I run my…
Guido
  • 1,161
  • 3
  • 12
  • 33
1
vote
1 answer

Downgrade angular2 component written with Typescript. How to import it into angular 1 project written with es5?

I have downgrade a component written in Angular2 + Typescript. Now I want to use it in simple angular 1 app, But the js file compiled from Typescript is using 'import' and I get from browser it is not supported. What I have missed? This is a simple…
AngularOne
  • 2,760
  • 6
  • 32
  • 46
1
vote
0 answers

Downgrade Xamarin from Visual Studio

I am having trouble with the AXML designer panel taking a long time to load. Per the advice here, I am trying to downgrade to Xamarin 4.1.2.18. Apparently this is easy enough when you are using the whole registered Xamarin account whatnot, but as…
1
vote
1 answer

How can I downgrade mysql from 5.6 to 5.5 on MAMP?

How can I downgrade mysql from 5.6 to 5.5 on MAMP? Do I need to install something??
Natt D
  • 29
  • 1
  • 4
1
vote
1 answer

Downgrade SQLServer CE database

I have a SQL Server CE database I am developing with and would like to downgrade the version so that 2005 Management Studio will open it. Currently, I have to use VS 2010 to open it, but it is a real pain to use that way. I know I could install the…
Telavian
  • 3,752
  • 6
  • 36
  • 60
1
vote
2 answers

How to make certain a Wix installer will override (upgrade) an older version and won't allow a downgrade

I've tried most of the answers on the topic in this forum and other forums, but I still have this problem. I want to update a bundle version and when I build and install the installer, it should upgrade a previous installation and not create two…
1
vote
2 answers

Missing namespaces when downgrading to asp.net 4.0

I just had to downgrade my ASP.Net 4.5 application to an ASP.Net 4.0 application, because our servers don't support 4.5. The way I downgraded it was pretty simple: Project -> Properties -> Application -> Target Framework When it finished doing…
M Zeinstra
  • 1,931
  • 4
  • 17
  • 46