[Instead of using this tag, please use the appropriate tag for the software and/or library in question] 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. This tag seems fairly useless, as most software engages in updating something most of the time.
Questions tagged [updates]
3806 questions
37
votes
2 answers
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 and Integrated mode. But some has VS 2012 Update 1, some not.
How do I find IIS Express version?

IT Hit WebDAV
- 5,652
- 12
- 61
- 98
35
votes
4 answers
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 project. Is there a way to reset AS to version 3.0.1 without having to uninstall it?

Iago Brayham
- 509
- 1
- 5
- 9
31
votes
1 answer
Google Chrome disable tab tooltip popup
Apparently after the last Chrome update(ver 78.0.39) there is a new feature(tab tooltip, it's quite distracting):
How can I disable this?
user7926703
30
votes
7 answers
How to move all modules to new version of Python (from 3.6 to 3.7)
I just upgraded to python 3.7 and I realized that all my modules stuck with the previous version. Even Django is not recognised anymore. How can I do to transfer everything to the new version? I am a little lost right now, don't even know where the…

NicoBar
- 555
- 1
- 7
- 16
30
votes
4 answers
Upgrading permissions of a Chrome Extensions
We currently have an extension in the Chrome Web Store with many users. We currently request access to foo.site.com but now we'd like to update our permissions so that we can get bar.site.com.
As I understand it now, if we push a new update (new…

aloo
- 5,331
- 7
- 55
- 94
29
votes
9 answers
Xcode update stuck after updating macOS
After updating macOS,
I cannot update XCode anymore:
I have been waiting for 2 hours but AppStore does not update.
How do I restart the Xcode update process from the beginning?
Regards

quanguyen
- 1,443
- 3
- 17
- 29
28
votes
2 answers
Mongodb implications of update versus replace
I have read this related question, but the one below is different. The mongodb c# driver has a ReplaceOne method (& an async counterpart) on the document collection class, which can be used to replace the entire contents of a document that fits the…

danludwig
- 46,965
- 25
- 159
- 237
28
votes
3 answers
Rails: update_column works, but not update_attributes
I have a simple model:
class Reply < ActiveRecord::Base
attr_accessible :body
belongs_to :post
end
In my controller, I have a simple update method:
def update
@reply = Reply.find(params[:id])
if @reply.update_attributes!(params[:reply])
…

nullnullnull
- 8,039
- 12
- 55
- 107
27
votes
5 answers
Failed to upgrade AGP version
I cannot update my project. When I try to do this I got this message
The Upgrade Assistant failed to upgrade this project, finding no way of performing the Upgrade AGP version from 4.1.3 to 4.2.0 command, possibly because the project's build files…

Akzhan
- 413
- 1
- 4
- 8
26
votes
1 answer
NodeJS + Mongo: Insert if not exists, otherwise - update
I have an object in my mongodb collection. Its schema is:
{
"instruments": ["A", "B", "C"],
"_id": {
"$oid": "508510cd6461cc5f61000001"
}
}
My collection may have such object, but may not. I need to check if object with key…

f1nn
- 6,989
- 24
- 69
- 92
25
votes
5 answers
Please upgrade your Copilot extension to continue using this service
Today I tried to use the copilot, but suddenly this error start appearing:
[INFO] [fetch] [2022-05-19T21:00:55.452Z] Please upgrade your Copilot extension to continue using this service.
I tried to uninstall and install again and reload, but…

Nícolas Franzolin
- 253
- 1
- 3
- 5
25
votes
2 answers
Mongodb error: The positional operator did not find the match needed from the query
I have a collection with objects like this
{
"_id" : ObjectId("5742be02289512cf98bf63e3"),
"name" : "test1",
"attributes" : [
{
"name" : "x",
"color" : "0xd79c9c",
"_id" :…

Gor
- 2,808
- 6
- 25
- 46
24
votes
2 answers
Creating an installer that will perform an update if an older version is already installed
I am trying to configure Inno setup for my software (this is a C# software).
I plan to release many versions of my software, I would like to change the Inno setup installer interface if an older version of my application is already installed on the…

Ben
- 3,972
- 8
- 43
- 82
23
votes
3 answers
Entity Framework validation with partial updates
I'm using Entity Framework 5.0 with DbContext and POCO entities. There's a simple entity containing 3 properties:
public class Record
{
public int Id { get; set; }
public string Title { get; set; }
public bool IsActive { get; set;…

Skog
- 513
- 1
- 6
- 16
22
votes
16 answers
ERROR: The file 'wp-config.php' already exists
I clicked on the 'Update WordPress' link in the admin dashboard of my WordPress site, and I am getting this error:
"The file 'wp-config.php' already exists. If you need to reset any of the
configuration items in this file, please delete it first.…

mgrantnz
- 375
- 1
- 4
- 15