upgrading

For C++ developers, is it worth to switch from VS2005 to VS2008?

We're mostly doing C++ developing in Visual Studio 2005, and some C# coding. We're considering upgrading to Visual Studio 2008, but we're wondering if it will be worth the trouble. From what I've seen, and that is not much, VS2008 doesn't have any big advantages over VS2005. So is it worth switching to VS2008 from VS2005, or is it better...

new django app's from 1.1 causing 500 error

i'm running on wsgi on centos 5... i've recently updated locally from 1.0 to 1.1 I updated the server using svn update now when I apply a new app developed locally to the server it returns with a 500 error. all i'm doing is python manage.py startapp appname adding the app into installed_apps in the settings file and uploading thi...

Upgrading my Wordpress installation...click and pray?

I never know what to do when my Wordpress installation tells me there's an update available. I am using version 2.8 so whenever there is an update, all I have to do is click update, some magic happens behind the scenes, and it gets updated. But should I create backup files? And how? I have custom themes and plugins that I don't want to g...

Upgrading MVC project in VS 2010 b2: The project type is not supported by this installation

Consider the scenario of upgrading an ASP.NET MVC project. This question is around up-converting a .sln with a .csproj that is of type ASP.NET MVC 1.0. The conversion log shows this The Visual Studio conversion wizard log gives this exception: The project file 'C:\MvcForums\MvcForums.csproj' cannot be opened. The project type i...

Upgrades to Drupal in production

Does anyone have a good Drupal upgrade strategy for an install that is in production? No one talks about this in books and it's hard to find a definitive answer in forums and email lists. Ex: Lock down prod, don't allow updates to data copy prod copy prod database to dev turn off all modules in dev upgrade core Drupal in dev (update ...

How did PHP 5.3 break your application?

PHP 5.3 has been released some time ago and the developers tried to keep the number of backwards compatibility breaks low. What issues did you find while testing/migrating your code with PHP 5.3? ...

InnerChannel replacement in SoapHttpClientProtocol when moving from VS2005 to VS2008

In a project I'm working with we're using external services exposed by SOAP. In the proxy classes to access these services generated by Visual Studio 2005, the member InnerChannel was exposed, but this is not the case with the proxy classes generated by Visual Studio 2008. I'm trying to do this, but of course get an error because the me...

Going from Flash 8 to CS3

After many years of using Flash 8, I'm moving to CS3 at work. I know I'll have to learn AS 3.0 so, does anyone have any good references or summaries of the major/most noticeable changes? Also, are there any tips/tricks for the flash environment? After spending a few minutes in CS3, I noticed that you can't directly attach actionscript...

Adding methods to the webservice: do old clients need to update web references?

ProductA uses our only web service, which is a separate deployment from ProductA. We deploy both to production. Later, we're writing ProductB. During that effort, we add a new method to our only web service. That new method wasn't in the WSDL when ProductA shipped. We make no changes to ProductA in development. When we deploy Produ...

How do I fix Stack Overflow after upgrading rails 2.0.2 to 2.3.5 (or even 2.1.0) => problem appears in ActiveRecord::SessionStore

Ok, so we're upgrading a client's legacy code from 2.0.2 to latest rails. Most of the basics were easy to fix, but I can't get to the admin screens. Every time we hit "current_user" we get a "stack level too deep" error. I've dug deeply into the code (read: flailed around a lot at random) and I've finally narrowed it down to the ActiveR...

Upgrading Open-Source ASP.NET system - what .net version should I upgrade to?

I have an ASP.NET v2.0 CMS, it uses MS EntLibs 3.1 and MS SQL 2005. For the next major release I want to upgrade the verison of .Net it's based on, do I go to 3.5 or straight to 4.0; or do I upgrade to 3.5 now as a transistion and plan go to 4.0 in 3 to 6 months? Or something else? Upgrading the MS SQL 2005 data provider to MS SQL 200...

Issues Upgraging to Visual Studio 2010

Just curious how many people are actually running 2010 and what's your feedback so far? Can I run 2010 concurrently with 2008 without issues? Also, are 2008 projects 100% compatible with 2010 and if so should I just uninstall 2008? Thanks for any feedback. ...

Upgrading from visual studio 2005 to visual studio 2010

Our development team is planning to upgrade from visual studio 2005 to visual studio 2010 -- skipping out visual studio 2008. Most of the projects are VB ASP.NET projects and using SQL Server 2008 as the database. Does anyone know if VS 2005 projects will upgrade seamlessly to VS 2010, or should they first be upgraded to VS 2008? Are ...

How to verify a jQuery plugin is compatible with latest version of jQuery?

Are there any tools that can verify whether a jQuery plugin will be compatible with the latest version of jQuery? Once a large number of jQuery plugins are selected and in use, an unknown number of dependencies can develop. It would be nice to upgrade jQuery, however not all plugins remain supported or provide consistently architecte...

Programming Logic upgrading from VB6 to Vb.net

Hi guys, I have been programming in vb6 for few time ago and i used open SQL Server connection and command objects to make database traansactions. I have been searching for similar approaches in vb.net too but not finding any starting point. How can we work similarly in vb.net application? ...

Error appearing in application after updating cakePHP library files from 1.3.0 to 1.3.1

Hi everyone, I have just updated my cakephp library to latest version 1.3.1. Before this I was running v1.3.0 with no errors. After running the application I am given this error message. unserialize() [function.unserialize]: Error at offset 0 of 2574 bytes [CORE\cake\libs\cache\file.php, line 176] I updated the libraries simply by r...

CastleProject Monorail 2.0 compatible with .NET 2.0?

I just saw castleproject.org has released the 2.0 version of monorail in January 2010 (we are still using the 1.0RC3). Is this version (still) compatible with .NET 2.0 (or Visual Studio 2005), and if it does will I face any problems upgrading a current web application from 1.0RC3 to 2.0? Source code changes to monorail 2.0 and / or con...

how to upgrade compact framework applications?

i'm looking for a way to manage application upgrades for my compact framework app. let's say i have v1 of the app installed on my device, and v1.1 has been released. I want the app to make a call to my server to see if there is a new version. since a new version is found, i want to send down the new version of the app to the device and ...

Updating my program, using a diff-based patch approach

Currently my program updates itself by downloading the latest .tar.gz file containing the source code, and extracting it over the current directory where the program lives. There are 2 "modes" of update - one for users running the Python source, and one if the user is running the program as a Windows exe. Over time my program's filesiz...

How to deploy new version of .NET component to allow easy rollback to prior version

What is the best way to deploy a new version of a .NET component and to allow easy rollback to a prior version? The .NET DLL is being used by a VB6 app. What would be the best way to quickly revert to the prior version of the DLL if a problem occurred with the new DLL? ...