Upgrade refers to the replacement of a product with a newer version of the same product

learn more… | top users | synonyms

0
votes
0answers
6 views

doctrine upgrade 2.1.4 to 2.3.4

After searching some solution i decided to do it myself. i download the 2.3.4 version and replace it. I got error 2013-05-21 14:28:04;1;Uncaught exception ...
0
votes
0answers
14 views

Checklist while upgrading Access to SQL Server Database

I have 4 MS Access database that needs to be upgraded to MS SQL Server database. The 4 MS Access database contains 10 tables each, comprising of 40 tables in total. Hence, should I develop one SQL ...
0
votes
0answers
10 views

InstallShield - old program path

During the upgrade I need to get the old directory path, where the program(which will be removed) was installed. Is there any property which contains this stuff. There is no any info in the register ...
0
votes
0answers
20 views

Access to Rails.application.routes.url_helpers in views missing after Rails upgrade

I am attempting to upgrade an application from Rails 2.3 to 3.2. The issue I am currently stuck with is that Rails.application.routes.url_helpers is missing in views. So, for example, my routes.rb ...
0
votes
2answers
18 views

Wix: Upgrading/Uninstalling a product who codes doesn't match

Experts, I have come to this confusing situation: Installed Product ABC Ver 1.0 (normal installation on fresh machine) Installed Product ABC Ver 2.0 (redesigned totally in WIX from scratch), so ...
0
votes
2answers
35 views

WIX: Can we upgrade 1.0.0.0 to 1.0.0.1 while changing product code?

I'm asked to upgrade ver 1.0.0.0 to 1.0.0.1. By default, when I tested with a dummy installer, if we change the product code, both 1.0.0.0 and 1.0.0.1 would install side by side. But if we do the ver ...
2
votes
0answers
35 views

Upgrading Django to 1.5 with Django-CMS - user model issue

I have just moved a site from Django-CMS 2.3.5 to 2.4.1 (with help from Stackoverflow) under Django 1.4. I am now upgrading to Django 1.5, which is only hard because I need to update the old separate ...
0
votes
1answer
16 views

tfs 2012 build service and 2012 build controller

I am currently troubleshooting an issue where we have upgraded the tfs main server (which also has the build controller on it) to 2012 update 2. However, the build, running under tfs 2010 build ...
1
vote
0answers
43 views

Compare two mysql databases and create alter queries on Mac Mountain lion [closed]

My question follows this question Compare 2 database schemas on Mysql We will be doing an upgrade to our production Joomla 1.7 db with Joomla 2.5 + Seblod CCK + Additional CCK articles. Which is a ...
2
votes
1answer
53 views

Django-CMS pages all blank after upgrade from 2.3.5 to 2.4.1

I am using Django 1.4.3 and have several sites built using Django-CMS 2.3.5. I want to upgrade them to Django-CMS 2.4.1, so that I can then start to move to Django 1.5. When I type ./manage ...
0
votes
1answer
16 views

MissingMethodException after upgrading to Grails 2.2

After upgrading to Grails 2.2, I get this exception Class: groovy.lang.MissingMethodException Message: No signature of method: static org.codehaus.groovy.runtime.InvokerHelper.getVersion() is ...
0
votes
0answers
24 views

Stellaris Bootloader update

hallo im working with the Stellaris chip LM3S9B96 and im using the usb_stick_update. I modified it to update the internal flash of Stellaris and to update a SPI Flash over SSI. But now i want to make ...
0
votes
0answers
65 views

Unable to delete registry entry: HKLM\SOFTWARE\IBM\Installation Manager\is64bit

While installing an upgraded development environment that consists of combination of WebSphere 8.5 and Eclipse, my existing development environment (RAD & WebSphere 6) got corrupted. Looks like ...
0
votes
3answers
35 views

How to detect an iOS App has been re-installed (from XCode) or upgraded (from AppStore)

An app we are developing uses a binary file included in the app bundle. As this file needs to be processed and in some cases re-written, the app copies this file into the Library/Application Support ...
0
votes
1answer
37 views

Spring application and Hibernate upgrade: 3.6.1 to 4.2.1: where to set lobHandler?

I am doing a Spring web application with JPA+Hibernate. I use Spring 3.2.2. I am hoping to upgrade Hibernate from 3.6.1 to 4.2.1. I was using ...
2
votes
2answers
62 views

Upgrade jQuery 1.4.2 to 1.9.1

We have been using jQuery 1.4.2 in our web application. Recently it was suggested that we upgrade to a newer version. So far we are thinking about upgrading to 1.9.1 as we need to support IE7 and IE8. ...
0
votes
0answers
14 views

Upgrade xibs to iPhone5

We have iPhone app which was built 2 years ago. Right now we are going to convert it to suit for iPhone 5. The major works will be converting the existed xibs into two versions: one is for keep same ...
-2
votes
0answers
20 views

How to implement upgrade application functionality? [closed]

I am working on an Android application. I would like to implement a feature which presents the user with two options. One of them should charge the user $20 and upgrade the application. How can I ...
-1
votes
0answers
18 views

Joomla version upgrade from 1.5.19 to 3.1 [closed]

I want to upgrade my joomla version from 1.5.19 to 3.1. Is it possible?
0
votes
0answers
16 views

How to code around corporate policy of not upgrading Windows XP

We have a web app that is not supported on older browsers that we license to companies. One problem we're running into is that many companies are still running Windows XP and only allow Internet ...
-1
votes
0answers
116 views

upgrade centos-5.9 to 6x latest (or at least 6.0) [closed]

Is it safe to update centos-5.9 to 6.x by changing /etc/yum.repos/*.repo to 6.x repositories? I'm not sure this is the right way and would the system work/boot after such upgrade. Thanks. Mark.
2
votes
0answers
17 views

Upgrading WebMatrix to V3

Just upgraded WebMatrix this morning to WebMatrix V3, but now when I open the solution in Visual Studio, it displays the error "the selected file is not a valid solution file". Everything was working ...
-4
votes
0answers
44 views

Phonegap Android: Where is the cordova directory in your project? [closed]

Can somebody show me where in the structure of the Phonegap Android project should I copy files from bin/templates/cordova to the cordova directory in your project as the upgrade guide says? I only ...
2
votes
1answer
180 views

Upgrading Phonegap Android from 2.5 to 2.6 and 2.7 step

Hi I have problem upgrading Phonegap from 2.5.0 to 2.6.0 and 2.7.0 and specifically with step 8. I'm following the steps from the documentation Upgrading Cordova Android Copy files from ...
0
votes
2answers
53 views

Prevent services from losing settings on major upgrade in WiX

I'm trying to prevent my services from losing their settings (credentials and other options) on major upgrades in my WiX installer. I followed the advice here, and I'm trying to use ...
0
votes
1answer
20 views

Upgrade cocos2d framework inside project

I have installed cocos2d project templates and created an application. Now I need to replace a framework files inside the ready project. I have already replaced templates inside xcode using this: ...
0
votes
2answers
103 views

Dacpac Upgrade database Times a little silly

Edit: Updated to state it isn't hanging, just takes AGES! I'm trying to update an existing sql server database using a dacpac. I can create a new SQL server database with the (stripped down) example ...
0
votes
0answers
17 views

KineticJS does not handle errors as it used to (or didn't used to)

After not working on my project for awhile, I am going from 3.10.5 of KineticJS to 4.4.3. I have to make the upgrade because the fill function no longer works correctly in Chrome, and the solution I ...
1
vote
0answers
20 views

django celery upgrade from 2.5 to 3.0.19 - tasks pending

I'm trying to upgrade our celery from 2.5 to 3.0.19 (using django-celery) but have this strange issue. I updated the /etc/default files and used the new /etc/init.d/celeryd scripts, I see that the ...
0
votes
0answers
22 views

vs 2008 -> 2010 : The project type is not supported by this installation (sharepoint)

When I open a visual studio 2008 vsewss 1.3 sharepoint project in visual studio 2010 and run the conversion wizard I get the error "The project type is not supported by this installation". I have ...
0
votes
0answers
30 views

Magento: Some functions not working after upgrading to 1.7.0.2

We upgraded magento from 1.6.2 to 1.7.0.2 and have figured out some of the functions are not working for us. The two functions that we have figured out not to be working ...
0
votes
3answers
60 views

ANDROID: Dropping SQLite database on upgrading application

I implemented an Android application which use Sqlite database. When I release a new version of my application (not in playStore), I upload it on my server, so, if the old application is running, ...
0
votes
1answer
22 views

WSO2ESB Version upgrade from 4.0.0 to 4.6.0

Currently we are using WSO2ESB Version 4.0.0 in a clustered , load balanced enviorment with WSO2 Governance Registry Version 4.0.0. We are hoping to upgrade it to the new WSO2ESB Version 4.6.0. ...
-2
votes
0answers
28 views

What are the real benefits of upgrading to Ubuntu 13.04? [closed]

What are the real benefits of upgrading to Ubuntu 13.04? please don't consider applications that currently you can get using different sources... Is more faster? use less memory? optimized for? ...
-3
votes
0answers
29 views

DB problems after upgrading from CodeIgniter 2.0.3 to 2.1 [closed]

I have been trying to upgrade CodeIgniter from 2.03 to 2.1. I am getting so many errors from an application I can't even list them. Most of them seem to center around not working correctly with the ...
-2
votes
1answer
29 views

Upgrading mvc 4.0 [closed]

I really need at least mvc 4.3 for my project because of migrations, but cannot find any tutorial or tool. What could be the steps to take and what to download, install, execute?
0
votes
1answer
44 views

Listbox Javascript Multtiselect not working after upgrade to .Net 3.5

I have an application which is in .Net1.1 and upgraded to 3.5 using Visual studio 2008. There is page which is having a checkbox and a list box which is enabled and disabled using Javascript if ...
0
votes
0answers
23 views

Get IP that tells device what current version is or block upgrade available message

I work for a company that deploys and manages devices used by our employees in the field. We are able to block the ability to upgrade the devices through our network setting but we want to also block ...
0
votes
0answers
9 views

How to upgrade the Virgo container using an application deployed in Virgo

I am going to work on an application that i would like to run in an OSGi container like Virgo. Virgo's core supplies many of the dependencies that i'm interested in and also i can add third party ...
0
votes
1answer
35 views

SQL Compact 4 Entity Framowrk 3.5 upgrade .sdf file

I have Windows Forms Application. I deploy it on client's machine. He use this application localy on his machine. I need to upgrade database. How to do this without loosing client's data? I use SQL ...
0
votes
0answers
91 views

localhost doesn't work after upgrade to Mountain Lion

I just upgraded to Mountain Lion from Lion and everything is just like I had on Lion, except for localhost. I start apache from terminal and it starts fine. however, I can't get to localhost, it gives ...
2
votes
1answer
49 views

How to keep a config file when major upgrade in wix v3.8?

I want to keep a config file when the msi installer make a major upgrade. How do i do? For the config file, I make a change when installing. The code as followering: <Component Id="MODIFYCONFIG" ...
1
vote
1answer
50 views

Temporarily using a Desire2Learn API key for another domain

Q: Are "domain limited" Desire2Learn API keys 100% locked to the D2L domain they were issued for, or can they be used in a pinch for work on a different domain -- say, several weeks of testing an ...
0
votes
1answer
105 views

Converted Joomla 2.5 template to 3.0 and now the module positions are not showing

I recently converted a Joomla 2.5 template to 3.0, the template installed successfully. But the module positions do not work. I am certain that the issue is in the index.php file. the only thing that ...
0
votes
2answers
71 views

How to install DNN Upgrade Package 07.00.05 - I have DotNetNuke Community Edition 06.00.00 (2982) hosted on iHostASP.Net

I am more of a DNN end user and not a DNN developer. When I bought my DNN hosting package from iHostASP.Net about 2 years ago, version 6.0 was the current version for the community edition and ...
0
votes
1answer
30 views

how to upgrade the sqlite database without lost data?

I have an application in C# that uses System.Data.SQLite. In my case I use a recent version of SQL Lite database, by now I can see that the new versión has released, and int sqlite.org webpage says ...
0
votes
1answer
46 views

Android Upgrade Database File And Keep Data

How can I upgrade the database which is stored in raw directory and also persist data? I create the database with this code: public class DataBaseManager extends SQLiteOpenHelper { // The Android's ...
0
votes
2answers
38 views

Merging a local repo with a Github project

I have a local github repository that is an old version of an open-source project on Github. I need to upgrade my local repository with the new version on github but I don't know where to start. I ...
0
votes
0answers
32 views

Upgrade an application with higher deployment target on App Store

I've got an application (not free) on the Appstore, it was one of my first app. I'd like to update it with a lot of new stuff, graphics etc. Most of these new feature such as collection views are ...
0
votes
1answer
59 views

How to update JSF web application components without broking it's current functionality?

I have a large web application (100+ jsf pages) using RichFaces 4.1.0. I was trying new features offered by RichFaces 4.3.0 (rich:placeHolder, for example). This brings me to the question: If I really ...

1 2 3 4 5 25