Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
1answer
3k views

Aspx pages will not load after upgrading from Asp.net MVC 2 to 3 RC

I upgraded to Asp.net MVC 3 RC last night and I followed the instructions on the release notes. However, normal Aspx pages no longer work. For example, when I go to the root (Home/Index), the ...
4
votes
3answers
3k views

Issue upgrading to phpunit 3.5.13

I have been using phpunit for a while, starting with 3.5.8, subsequently upgrading to 3.5.10 and now on 3.5.11 I wanted to upgrade to 3.5.13 today using the commands: pear channel-update ...
4
votes
4answers
1k views

Magento 1.5 Issue

I have upgraded my Magento version 1.4.2.0 to 1.5.0.1 every thing is ok but whlie clicking on wishlist will get following error. Can anyone tell me whats the problem?? Invalid method ...
3
votes
3answers
215 views

asp.net 3.5 upgrade to 4.0 IIS6 ReturnURL issues

I have recently upgraded a project from 3.5 to 4.0 everything went great except the ReturnUrl is not doing what it use to. Structure of the project: All projects are asp.net 4.0: 1. (root): ...
3
votes
2answers
261 views

Application Upgrade Issues

I am attempting to write a significant upgrade to my application. The upgrade is so significant, I have actually started the code from scratch, there is none of the original code base included in the ...
3
votes
1answer
128 views

Unknown field name 'SubmitOptions' after Perforce upgrade

I just migrated/upgraded from a Windows 2003 Perforce 2009.2 installation to a Windows 2008 R2 2010.2 box and noted that after the upgrade, the only issue that seems to present is the inability to ...
3
votes
2answers
3k views

After upgrading to .Net 4.0, I'm getting the exception "Could not load file or assembly 'System.Windows, Version=2.0.5.0'

We recently upgraded our web app from 3.5 to 4.0. Now after I login and load a page with Microsoft ScriptManager on it, I get a "ould not load file or assembly 'System.Windows, Version=2.0.5.0, ...
2
votes
1answer
96 views

Upgraded iOS 5 SDK responds strange

I have done an application named "irewards" using Xcode 4.1 and it worked fine for me.Then for another application i have upgraded my Xcode to 4.2.1.Now when i try to run my first irewards ,it works ...
2
votes
1answer
114 views

ViewComponent not found after upgrading Monorail from v1.0.3 to v2.1RC

I'm using Monorail in my C# web application. Since I upgrated it (.Net Framework 2 to 4 and Monorail 1.0.3 to 2.1RC), my ViewComponent class is not found. All my controllers seem to work fine. I'm ...
2
votes
1answer
755 views

RSACryptoServiceProvider.ImportParameters throws System.Security.Cryptography.CryptographicException: Bad Data

While upgrading a Windows Forms application from the .NET 1.1 framework to the .NET 3.5 framework, I have an issue with the RSACryptoServiceProvider. In a database I have stored binary files which ...
2
votes
2answers
1k views

How to find the upgrade code & productCode of an installed application in Win 7

I have an application installed on my machine. I also have its source code but somehow the productCode & upgradeCOde of this application was changed. Now I want to get the upgradeCode code & ...
2
votes
2answers
140 views

Upgrading already published app's API from 1.6 to 2.1?

I have a mildly successful app that targets Android 1.6 and am looking to upgrade the target API to 2.1 in order to include more features. What will happen to those still using android 1.6? Will ...
2
votes
3answers
3k views

SQL Server 2005 SP2 or SP3 not updating Management Studio?

I applied SQL Server 2005 SP2 and marked all the components to be updated, including Client tools, but the version in the Help -> About box still has version 1399, while the server does indeed had ...
1
vote
4answers
68 views

PHP code working on one server, not on another

My development server runs my PHP web application smoothly on PHP 5.3.8. However, when upgrading my PHP production server from PHP 5.2.6 to 5.3.8 I got several problems with this application ...
1
vote
1answer
114 views

Can't compile after upgrade: Failed to find integrator bundle for class NSTextFinder

I just upgraded to Lion and the latest build of monotouch and now I received the following when trying to build any project - even just an empty project from the templates. Has anyone ever seen ...
1
vote
1answer
65 views

Updating only SQLite databse file of application without replacing application code and other files on air

I am developing an android application with inbuilt SQLite database.I need to replace SQLite database file only every 3 months.while doing this i should not alter any part of code. Also i dont want to ...
1
vote
1answer
121 views

Grails 1.0.3 Upgrade Problems

I am trying to upgrade a Grails 1.0.3 project to 1.3.7 and am having what I believe are related issues. The old project has Hibernate xml files in conf/hibernate/Domain1.hbm.xml I am guessing that ...
1
vote
2answers
73 views

upgrading ruby how to

I recently upgraded to ruby 1.8.7. i'm running Rails 2.3.5 and rubyGems 1.5.2. ever since I upgraded, every time I want to start the server, i get: undefined local variable or method ...
1
vote
1answer
174 views

Problem with Commerce Server 2007 sp2 and ASP.NET Integrated Pipeline

I am using Microsoft Commerce Server 2007 sp2 and a custom ASP.NET 2.0 website. Everything works well in Classic Pipeline, but when I try to use the Integrated pipeline, it fails with the following ...
1
vote
2answers
282 views

ASP.Net MVC2 to MVC3 upgrade-Assembly reference issue

I did upgrade my MVC2 application to MVC3 using http://aspnet.codeplex.com/releases/view/59008 updater. When running the application I get the error as The type ...
1
vote
1answer
585 views

After installing MVC3, I can't create or open projects for MVC2 on visual studio 2010

Opening MVC2 Projects just makes "project not supported" error on visual studio, and i can't find the template for creating new projects for mvc2. I undertand that the mvc2 new project template could ...
1
vote
1answer
113 views

Upgrade to WCF 4.0 and my Singleton stopped working

I have a service decorated as a singleton. It is hosted in IIS on my Windows 7 development machine. [ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ...
1
vote
1answer
343 views

Rails3 custom controller method not routed: works in Rails2

I've been using Rails 2.3.8 for a project that I've been working on, but have just migrated the project over to Rails 3.0.3. After ironing out the basic bugs, I've got a problem now with a custom ...
1
vote
1answer
56 views

iPhone app has issues only if 3GS users upgrade in iTunes?

An upgrade to my app went live in iTunes. Only 3GS iPhones seem to be having an issue only if the 3GS did an upgrade of the app. If the 3GS iPhone does a fresh download or deletes the app and then ...
1
vote
3answers
2k views

self upgrading own apk via net programmatically on android

We have to port our software to android. One of the main feature of our software should be that the software can download a new version of itself from the net (our own server) and install it's new ...
1
vote
1answer
208 views

The data source is of an invalid type. It must be an IListSource, IEnumerable or IDataSource

I'm upgrading a .NET 2.0 site that uses Enterprise Library version 2 (DAAB mainly) to .NET version 3.5 and EntLib version 5. I've made the necessary changes and now I'm getting an error "The data ...
1
vote
1answer
225 views

WiX3 major upgrade not working

I have a major upgrade that I am trying to do, but it just doesn't work. It simply installs the new program along side the old one. They are in different directories (as I changed the directory ...
1
vote
1answer
113 views

Error during upgrade installation of my product

I am expecting this is probably a really easy question but I am somewhat stuck. I get an error when attempting to install a new release of our product over the latest existing version. This is the ...
0
votes
3answers
17 views

jQuery UI and jQuery computability when upgrading

When updgrading to jQuery-1.7.1 (from 1.4.2) do I need to updgrade jQuery-UI? The project is really heavy so I would like to listen to expert opinions on how to move from this point.
0
votes
0answers
23 views

Apache Tomcat 6 and Cpanel Errors

Using cPanel easyApache I installed Apache Tomcat 5.5.x and attempted to upgrade it to Tomcat 6.x.x Download and expand Tomcat 6 in /usr/local/jakarta Changed group owner to Nobody/Tomcat with 0755 ...
0
votes
1answer
69 views

Convert VB6 PictureBox code to VB.Net

I am doing project in vb.net which is already done in vb6 I am having text box .I want to apply font (style,color,name,size) to selected text. I am able to do this ..& want to create bitmap of ...
0
votes
3answers
65 views

vb6 to upgrade vb.net prblem

I converted my project from vb6 to vb.net In vb6 project i created 3 user controls (for LED DISPLAY CONTROL) I upgraded project to vb.net in .net 3.5. I fixed all bugs that comes from upgrade ...
0
votes
3answers
160 views

Magento - Upgrade website 1.4 to 1.6.1.0 issue

I am upgrading an existing magento website for 1.4 to 1.6.1.0. I had dumped the existing database, Copied all the required custom extension in the blank magento version 1.6.1.0 and after running ...
0
votes
2answers
92 views

javascript new function call with MooTools

I have found a MooTools version of Nivoo Slider that (in theory) will work with our MooTools dropdown menu. However, the menu is using MooTools 1.2.x, and Nivoo is using 1.3.2 or 1.4.0. Every time I ...
0
votes
2answers
476 views

Error upgrading 1.9.2p180 to 1.9.3 with RVM on Lion

I'm getting this error when running the following command: $ rvm upgrade 1.9.2-p180 1.9.3-p0 Are you sure you wish to upgrade from ruby-1.9.2-p180 to ruby-1.9.3-p0? (Y/n): Y Installing new ruby ...
0
votes
1answer
73 views

X-Cart error after upgrade

I am upgrading X-Cart on my home laptop with a developer license, so the live store is not impacted during the upgrade. After upgrading from 4.4 - 4.4.3, I receive the following error when I try to ...
0
votes
1answer
172 views

Grails - unsaved transient instance exception

I am trying to upgrade a Grails app from 1.0.3 to 1.3.7 and ran into the exception: object references an unsaved transient instance - save the transient instance before flushing: I am not doing ...
0
votes
2answers
429 views

XCode 3.x to 4.0 upgrade issue

I have just upgraded XCode 3.x to 4.0 and ran into following build error. Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1 I tried juggling around ...
0
votes
1answer
597 views

After upgrading Magento from 1.5.0.1 to 1.5.1 a successful check out doesn't redirect to the confirmation page - anyone know what the problem is?

After upgrading Magento to 1.5.1 when a customer orders their screen refreshed, but it doesn't redirect to the confirmation page and customers can push the place order button again and have their card ...
0
votes
0answers
57 views

Upgrading MSDE SP3 to SP4 by invoking .MSI files from script

MSDE upgrade from SP3 to SP4, invloves a series of complex steps, wonder is there any GUI based option selectable installer available for it? or any sort of answer file for the installer.
0
votes
1answer
75 views

Updating Jira Plugin from Version 3 to Version 4, Replacing SearchParameter

Hey Guys, i am pretty new to Jira Development so please be patient I should upgrade a Plugin that worked with Jira Version 3 to work with Jira Version 4 Most of the thins went pretty well, but now i ...
0
votes
0answers
326 views

File is not in a recognizable format in Excel 2003 after running macro in Excel 2007

After installing Excel 2007, an excel macro, developed for Excel 2003, generates output that seems to be broken. The message that is populated says that "The file is not in a recognizable format". I ...
0
votes
1answer
185 views

Rails upgrade from 2.3.4 to 2.3.8 issue

I am attempting to upgrade my app from Rails 2.3.4 to 2.3.8.. I went into the environment.rb file, and changed RAILS_GEM_VERSION = '2.3.4' unless defined? RAILS_GEM_VERSION to RAILS_GEM_VERSION = ...
0
votes
2answers
139 views

Can I bring back old __tostring() behaviour in PHP 5.3?

I've got to move a web site (custom-written (not by me), so just updating a CMS is not an option) to a PHP 5.3 server. The code complains:: Fatal error: Method cDate::__tostring() cannot take ...
0
votes
1answer
713 views

On my Magento store I cannot login on the frontend and cannot add items to my shopping cart after upgrading to 1.4.2. Any ideas what's wrong

I have just upgraded my Magento shopping cart to 1.4.2. Since the upgrade when I try to login on the frontend the page refreshes, but there's no evidence of being logged in. If I try to login with the ...
0
votes
1answer
114 views

After migrating a website from vs2005 to vs2010 we get a build error - ASPPARSE: Object reference not set to an instance of an object.?

We have a VS2005 solution including two websites. We converted the solution to VS2010 and changed all settings in IIS and in the config file to use .NET framework 4.0. We removed the old assembly ...
0
votes
1answer
104 views

what's the issue with this application deployment in iOS4.1?

When we gave our app for ad-hoc testing, our tester reported that the app could not be installed because iTunes gave the error "resources have been modified". Please note that the app installed fine ...
0
votes
2answers
83 views

Oracle Schema upgrade with new constraint- how can I reduce upgrade down time?

I have a oracle repository up and running and has say 10 million records. One of the table is say CREATE TABLE TABLE_A NAME VARCHAR2(128), VER VARCHAR2(128), TYPE VARCHAR2(32), DESCRIPTION ...
0
votes
1answer
119 views

Windows installer throws an error for unmodified MSI CAB

In MSI upgrade, if I don't include the unmodified MSI cab in the installset, windows installer throws this error during upgrade: Error 1334. The file '{FILE}.{GUID}' cannot be installed because the ...
0
votes
2answers
712 views

Team City build fails after upgrade to VS 2010

I have a project that currently compiles happily on my dev machine using VS 2010 (presumably using MSBUILD v4.0), but it fails under MSBUILD v3.5 in Team City (running on a VM based on Win 2003 server ...

1 2