Top "Updates" questions

Updates can refer to the modification of data or configuration by an application, process, or service, or can refer to the modification of software by a process.

Android Studio Update Error on OSX Yosemite

When I check for updates in Android Studio (1.0.1) it says there is an updates available (1.0.2), but shows this error: Android …

macos android-studio updates osx-yosemite
How to detect IIS Express version?

I have found that our ASP.NET application runs differently on different machines in IIS Express. All have VS 2012, .Net 4.5 …

visual-studio-2012 version updates iis-express asp.net-4.5
SharePoint CSOM: How to update person or group field using ValidateUpdateListItem?

I am updating a SharePoint list item using the ValidateUpdateListItem method of the client-side object model to prevent creation of …

sharepoint updates csom splistitem spuserfield
duplicate symbols for architecture arm64 after Xcode 8.0 update

I get duplicate symbols error after I updated my Xcode. (find the code down) Does anybody get this too? And …

ios xcode architecture updates arm64
Why are my Xcode plugins (such as clang format) installed with Alcatraz no longer working after updating to new version of Xcode?

Today I updated to Xcode 6.3.2 and I can't run the Clang code formatting – it seems like it's not even installed. …

ios iphone xcode updates clang-format
How to update the entire Anaconda Python distribution offline in Windows?

I use Anaconda Python distribution on a Windows machine without Internet access. The installation is extremely easy: just download and …

python installation updates anaconda
How to reset Android Studio to previous version

I recently recklessly updated AS from 3.0.1 to 3.1, but project manager says 3.0.1 is the version to be worked with in our …

android-studio version updates
How to avoid creating a new row if similar row exists?

I need to configure hibernate to avoid creating duplicate rows, (although the row exists it creates a new one, and …

hibernate jakarta-ee hibernate-mapping updates hibernate-annotations
Phabricator: Arcanist : arc diff --update : No Changes Found

I recently started using phabricator. I am using the Arcanist CLI to submit the differential to phabricator. It was working …

command-line updates revision phabricator
How to update/redraw QChart after data is added to QLineSeries?

I am generating some data that I want to chart using QChart & friends. This is my first time using …

c++ qt qt5 updates qchart