active questions tagged upgrade - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T04:40:09Z http://stackoverflow.com/feeds/tag/upgrade http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/774658/how-should-i-upgrade-a-rails-app-to-use-the-latest-version-of-rails 3 How should I upgrade a Rails app to use the latest version of Rails David Waller 2009-04-21T21:17:43Z 2009-12-13T02:42:55Z <p>I'm working on a Rails app that currently uses Rails 1.2, so I'm now quite a long way behind the latest stable release (Rails 2.3).</p> <p>How should I go about the process of moving to a newer version of Rails? </p> <p>Should I upgrade one point release at a time or straight to Rails 2.3? </p> <p>How do I find out what has changed between versions of Rails, both</p> <ul> <li>improvements or new features that give me more reasons to upgrade</li> <li>Rails changes that will require me to modify my app before it will work with the new version.</li> </ul> <p>(I have seen <a href="http://stackoverflow.com/questions/184550/what-do-i-need-to-do-to-upgrade-an-application-to-the-latest-rails-version">this question</a> on the mechanics of upgrading, but I'm more interested in the process I should go through to make the upgrade as painless as possible.)</p> http://stackoverflow.com/questions/1860151/need-plan-of-action-to-upgrade-graphics-toolkit-in-companys-applications -1 Need plan of action to upgrade graphics toolkit in company's applications Justin 2009-12-07T14:00:46Z 2009-12-11T16:07:52Z <p>My job is to upgrade all of our applications that use OpenSceneGraph (an openGl toolkit) version 0.9.9 to the latest and greatest 2.8. Well quite a few caveats come with this task:</p> <p>1.) After version .9.9 there was a major overhaul the the core OpenSceneGraph (OSG). Commonly used functions and classes were added and removed. Simply put, I can't just replace the old with the new and modify a few deprecated or removed functions - there is a lot that needs to be changed.</p> <p>2.) Our applications were built using MFC in Visual Studio 2003. They want me to stick with using that for the upgrade.</p> <p>3.) Good organized documentation for my particular scenerio for OSG seems impossible to find and unorganized and scattered at best.</p> <p>My question is: What would be a somewhat detailed methodical approach for tackling this problem. I've got about two weeks to upgrade one of the applications. The plan is then to follow and apply this approach for the rest of the applications. For me, the biggest hurdle is finding a starting point. On most projects I work on, I can easily just dig right in and figure it out with a little organization and plan at hand. This seems like a bit more convoluted problem, with a more accurate and precise plan of action needed. Your ideas and suggestions are much appreciated.</p> http://stackoverflow.com/questions/1880746/how-to-upgrade-the-version-of-python-used-by-apache 1 How to upgrade the version of Python used by Apache? Pranab 2009-12-10T12:42:41Z 2009-12-10T16:01:06Z <p>On a Red hat box, I upgraded Python from 2.3 to 2.6.4 and changed the symlink to <code>python</code> so when I type in <code>python</code> the 2.6.4 interpreter comes up.</p> <p>However my .py file works from the command-line, but not in the browser. It seemed like a <code>sys.path</code> issue so I opened the file in a browser and printed out <code>sys.path</code>.</p> <p>Surprisingly, my <code>sys.path</code> is different when called from a browser than when called from a command-line. Because the paths are all referring to 2.3, I believe Apache is picking up Python 2.3 rather than the new 2.6.4 version I installed. </p> <p>How do I make Apache use Python 2.6.4?</p> http://stackoverflow.com/questions/1873710/when-to-upgrade-an-existing-program-to-new-language-features 0 When to upgrade an existing program to new language features? ammoQ 2009-12-09T12:55:42Z 2009-12-09T21:58:14Z <p>Imagine you have a program written e.g. in Java 1.4 or C# 1.0. Of course this program doesn't use generics and other language features that were introduced with later versions.</p> <p>Now some non-trivial changes have to be made. And of course, you already have a newer IDE/compiler so you could use Java 1.6 resp. C# 3.5 instead. Would you use this oppurtunity to upgrade to the latest language features, i.e. use generic containers and get rid of many casts, etc. Or would you leave it like it is, and use the new features only for new parts. Or even stay with the features of the version originaly used, to maintain a level of consistency?</p> http://stackoverflow.com/questions/1568613/upgrade-php-5-on-plesk-9-2-1 0 upgrade PHP 5 on Plesk 9.2.1 Cudos 2009-10-14T19:58:53Z 2009-12-08T05:44:24Z <p>Hi.</p> <p>I have Parallels Plesk 9.2.1, Debian 4 and 5.2.0-8+etch13</p> <p>Is it safe to upgrade PHP5 to the latest version and how do I do it - I mean is there something special I have to be aware of?</p> http://stackoverflow.com/questions/117481/how-can-i-update-perl-on-windows-without-losing-modules 3 How can I update Perl on Windows without losing modules? piCookie 2008-09-22T20:39:22Z 2009-12-07T17:32:59Z <p>At work I'm using Perl 5.8.0 on Windows.</p> <p>When I first put Perl on, I went to CPAN, downloaded all the sources, made a few changes (in the .MAK file? to support threads, or things like that), and did nmake / nmake test / nmake install. Then, bit by bit, I've downloaded individual modules from CPAN and done the nmake dance.</p> <p>So, I'd like to upgrade to a more recent version, but the new one must not break any existing scripts. Notably, a bunch of "use" modules that I've installed must be installed in the new version.</p> <p>What's the most reliable (and easiest) way to update my current version, ensuring that everything I've done with the nmake dance with will still be there after updating?</p> http://stackoverflow.com/questions/1834349/how-often-do-you-upgrade-your-bug-tracking-system-software 0 How often do you Upgrade your Bug Tracking System / Software Mahesh Velaga 2009-12-02T17:05:48Z 2009-12-07T16:58:17Z <p>Hi all,</p> <p>I am using Fogbugz as my Bug tracking software, and was thinking on a schedule so that I can upgrade my Bug tracking software once in a while according to that schedule.</p> <p>I was just curious on how others are doing their upgrades, and how often.</p> <p>It would also be nice If you share on what basis you schedule the frequency of your Bug tracking software's upgradation.</p> <p>Thanks.</p> http://stackoverflow.com/questions/748054/cant-access-env-vars-from-ant-after-os-upgrade 0 Can't access env vars from ANT after OS upgrade Tristan 2009-04-14T15:08:38Z 2009-12-07T13:00:00Z <p>A server was upgraded from Windows 2000 to Windows 2003 and now I can't access environment variables from Ant build scripts.</p> <p>I can still access them fine from a command line, but ${env.JAVA_HOME} for instance fails.</p> <p>How can I fix this without rewriting ~100 build scripts that work on all other servers to be customized for this server?</p> http://stackoverflow.com/questions/1829560/upgrade-to-asp-net-mvc-version-2 0 Upgrade to ASP.NET MVC version 2 gigapr 2009-12-01T23:01:48Z 2009-12-05T03:51:00Z <p>I have been doing some work on a ASP.NET MVC project today i tried to publish the website but i ve got an error. my hosting service provider told me is due to the fact that i have version 1 while they support version 2. how can i upgrade to version 2? are the differences between the two version so extreme that a previous version is not supported by the successuve?</p> <p>thanks </p> http://stackoverflow.com/questions/642260/forcing-installshield-to-uninstall-before-an-install 0 Forcing Installshield to uninstall before an install MHG 2009-03-13T11:31:56Z 2009-12-03T19:31:11Z <p>I have an InstallShield 12 installscript. I want to uninstall the old version before installing the new version. I will keep the name of the package unchanged. How can I do this?</p> http://stackoverflow.com/questions/1819868/should-i-upgrade-my-project-from-cake-1-2-5-to-cakephp-1-3-0 1 Should I upgrade my project from Cake 1.2.5 to CakePHP 1.3.0? bosh 2009-11-30T13:37:27Z 2009-12-03T10:44:37Z <p>My web project (to be launched in a few months) is currently using CakePHP 1.2.5 / PHP 5.1.6 / MySQL 5.0.77.</p> <p>From a performance point of view, is it a good idea to upgrade to 1.3?</p> <p>Will it make it easier to later upgrade to the (PHP5-only) CakePHP 2?</p> http://stackoverflow.com/questions/579302/is-there-a-stable-programming-language-for-web-programming 4 Is there a stable Programming Language for Web Programming? stesch 2009-02-23T20:54:15Z 2009-12-02T17:04:48Z <p>A renowned PHP user once said: There will be a relaunch in 2 years, anyway.</p> <p>Those times are gone. Web applications that are older than 5 years are common. With the original developer(s) gone.</p> <p>The release cycles of the operation system, programming language, and framework are getting in the way of doing real work, if you don't have a big staff.</p> <p>Is there any way to develop something that doesn't need constant porting to the next level, without the fear of losing support and backing in a community? For people who want to stay in programming instead of climbing the corporate ladder and leaving the problems to the next "generation"?</p> http://stackoverflow.com/questions/1811069/sharepoint-upgrade-map-custom-site-definition-to-out-of-the-box-definition 0 Sharepoint upgrade: Map custom site definition to out of the box definition DL 2009-11-28T00:05:09Z 2009-11-28T00:05:09Z <p>I'm currently working on upgrading a Sharepoint 2003 installation to a Sharepoint 2007 installation. I am using a custom site definition in 2003 and would like to map that to the out of the box "Team Site" definition in 2007. Assume my custom site definition is called CustomSiteDef. I have created an upgrade definition file called CustomSiteDefUpgrade.xml. When I perform the upgrade it complains about not finding onet.xml. The upgrade is looking for a site definition on the 2007 installation of the same name and cannot find it. I never created this site definition in 2007 because I was planning to map it to the out of the box Team Site definition. The question is how do I map the custom site definition in 2003 to an out of the box definition in 2007?</p> http://stackoverflow.com/questions/624614/wix-changes-required-to-streamline-net-3-5-installation-for-vista-and-above-ma 1 WiX changes required to streamline .NET 3.5 installation for Vista (and above) machines. Sam Saffron 2009-03-09T00:21:20Z 2009-11-25T22:34:53Z <p>We have decided to take the plunge and require that our users have .NET 3.5 installed before they can use our media center plug-in.</p> <p>I want to make sure the install experience is as smooth as possible and that our installer stays small. </p> <p>What changes do I need to make to my <a href="http://code.google.com/p/videobrowser/source/browse/trunk/MediaBrowser/Setup/Setup.wxs" rel="nofollow">WiX file</a> to support the following scenarios? Code examples would be much appreciated. </p> <ul> <li>User has .Net framework 3.0 installed, interactive install. </li> </ul> <p><strong>Desired Behavior</strong>: User is prompted with a window that tells her she needs a new version of the framework, if she accepts, dotNetFx35setup.exe (2.7 MB) is downloaded, and then executed. Finally, the installation proceeds. </p> <ul> <li>User has .Net framework 3.0 installed, non-interactive install.</li> </ul> <p><strong>Background</strong>: To facilitate auto-updates from within media center, we may execute "msiexec.exe /qb /i mediabrowser.msi" if a user elect to upgrade an existing version. </p> <p><strong>Desired behavior</strong>: User is prompted with a window that tells her she needs a new version of the framework, if she accepts, dotNetFx35setup.exe (2.7 MB) is downloaded, and then executed. Finally, the installation proceeds silently. </p> <p>Are there any other open source projects that implement something along these lines? </p> <p><strong>Related question</strong>: Is <a href="http://stackoverflow.com/questions/623213/is-net-3-5-a-reasonable-pre-requisite-for-a-media-center-plugin">.NET 3.5 a reasonable pre-requisite for a media center plugin?</a></p> http://stackoverflow.com/questions/862133/sql-server-2008-r2 0 SQL Server 2008 R2 kevchadders 2009-05-14T08:13:27Z 2009-11-25T19:23:06Z <p>Hi all,</p> <p>I heard on the grapevine that Microsoft will be releasing SQL Server 2008 R2 within a year. Though I initially thought this was a patch for the just released 2008 version, I realised that it’s actually a completely different version that you would have to pay for. (Am I correct, if you had SQL Server 2008, would you have to pay again if you wanted to upgrade to 2008 R2?)</p> <p>If you’re already running SQL Server 2008, would you say it’s still worth the upgrade? Or does it depend on the size of your company and current setup. For what I’ve initially read, I do get the impression that this version would be more useful for the very high end hardware setup where you want to have very good scalability.</p> <p>With regard to programming, is there any extra enhancements/support in there which you’re aware of that will significantly help .NET Products/Web Development?</p> <p>Initially found a couple of links on it, but I was wondering if anyone had anymore info to share on subject as I couldn’t find nothing on SO about it?</p> <p>Thanks.</p> <p><a href="http://www.theregister.co.uk/2009/05/12/sql%5Fserver%5Fkilimanjaro%5Fmadison%5Fearly%5Fcode/" rel="nofollow">New SQL Server R2</a></p> <p>Microsoft Link on it.</p> <p><a href="http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx" rel="nofollow">Microsoft SQL 2008 R2</a></p> http://stackoverflow.com/questions/1783338/upgrade-to-sql-server-2005-from-2000 -4 upgrade to SQL server 2005 from 2000 [closed] kv 2009-11-23T14:11:03Z 2009-11-23T14:11:03Z <p>Please provide quick document to study - except MSDN.</p> http://stackoverflow.com/questions/1688436/visual-studio-2008-software-assurance-to-2010 1 visual studio 2008 software assurance to 2010 harrisonmeister 2009-11-06T15:48:42Z 2009-11-19T17:50:55Z <p>Does anyone know the MSDN licensing rules around upgrade from visual studio 2008 to visual studio 2010 if I were to buy VS 2008 now? </p> <p>I will not be able to get budget for the 2010 one too, but I have heard there are software assurances in place if you have MSDN subscriptions.</p> <p>I will not be able to get an MSDN subscription, so is there a way of upgrading for free when vs 2010 comes out in March next year?</p> http://stackoverflow.com/questions/1752041/upgrading-and-security-implementation-access-2000-2003-and-up 0 Upgrading and Security Implementation (Access 2000-2003 and up) Mohgeroth 2009-11-17T21:41:49Z 2009-11-18T00:40:33Z <p>I’ve been working on a few small scale Access projects that have turned large scale rather quickly. The original designer implemented next to zero security and everyone can just walk in with a simple shift enter, way beyond just a security hole for nuclear submarines to dive through and that has always drove me bonkers.</p> <p>With that said, users are currently on Office 2000, migrating slowly into 2003. I have taken this opportunity to convince higher parties to implement said security through the use of built in access tools.</p> <p>Next I get to go through hundreds of functions and forms to pop in option explicit to define all the data types restricting the compile to MDE and clean up memory that was not done for some reason. There are some sensitive connection strings in the code that are plain as day that need to be compiled to reduce the risk factor.</p> <p>My questions involve both the upgrade to 2003+ and the built in security. And yes, this is what I'm stuck with using unless I really want to redo everything in Visual FoxPro but building a porsche with rocks... not my idea of a good time.</p> <ul> <li><p>When moving into office 2007, are there any major holes that I should be working around ahead of time? Within the next year and a half the whole business is supposedly upgrading to this and I’ve only heard horror stories about changed/obsolete functions</p></li> <li><p>Are there any major bugs that can/will happen because of the use of the workgroup file and permissions? Tricks I should know ahead of time if something crazy happens to lock everyone out of it?</p></li> <li><p>In the sandbox, I have not implemented the Encryption feature. Pros/Cons, Risks?</p></li> </ul> <p>Any other good tips? I realize the broadness of this question and have a few good books on hand here (Professional Access 2000 Programming, Access Developers 2002, Developing Solutions with Office 2000 Components and VBA) but obviously these are before the time of current Access and Jet technology. If anything, a good book recommendation would be a booster for me, anything to give me a head start. Right now I really need to devour this security issue, its beyond just out of hand considering the sensitivity of the information at hand.</p> <p>Thanks for reading my dreaded wall of text o.O</p> http://stackoverflow.com/questions/1750972/upgrading-from-drupal-6-to-drupal-7-best-programmers-practices 3 Upgrading from Drupal 6 to Drupal 7: best programmer's practices? mac 2009-11-17T18:52:37Z 2009-11-17T21:37:17Z <p>Although I am using drupal since the D4 series, I only started developing professionally for it with D6, so - despite I did various site upgrades - I was never faced by the task of <strong>having to port my own code</strong> to a new version.</p> <p>I know the Drupal community will come up with lot of technical support about changed API's and architectural changes (see the <strong><a href="http://drupal.org/project/deadwood" rel="nofollow">deadwood module</a></strong> for D5-D6 or even these stubs of D6-D7 how-to's <a href="http://drupal.org/update/modules/6/7" rel="nofollow"><strong>for modules</strong></a> <a href="http://drupal.org/update/theme/6/7" rel="nofollow"><strong>and themes</strong></a>). </p> <p>However what I am looking for with my question is more in the line of <em>strategy thinking</em>, or in other words, <strong>I am looking for inputs and advice on how to plan / implement / review the process of porting my own code</strong>, in the light of what colleague developers learned by previous experience. Some example:</p> <ol> <li>Would you advice to begin to port my modules as soon as I have time for doing it, and to maintain a concurrent D7 for some time (so I am "prepared" for the D-day) or would you advice to rather wait for the day in which the port will be actually <em>imminent</em> and then upgrade the modules to D7 and drop the D6 version?</li> <li>Only some of my modules have full test coverage. Would you advice to complete test coverage for the D6 version so to have all tests working to check the D7 port, or would you advice to write my test directing at porting time, to test the D7 version?</li> <li>Did you find that being an early adopter gives you an edge in terms of new features and better API's or did you rather find that is more convenient to delay the conversion so as to leverage the larger amount of readily available contrib modules?</li> <li>Did you set for yourself quality standards / evaluation criteria or did you just set the bar to "if it works, I'm happy"? Why? If you set certain standards or goals, what did they where / what will they be? How did they help you?</li> <li>Are there common pitfalls that you experienced in the past and that you think are applicable to the D6-D7 porting process?</li> <li>Is porting a good moment to do some refactoring or it is just going to make everything more complex to be put back together?</li> <li>...</li> </ol> <p>These questions are not an exhaustive list, but I hope they give an idea of what kind of information I am looking for. I would rather say: whatever you think is relevant and I did not list above gets a "plus"! :)</p> <p>If I did not manage to express myself clearly enough, please post a comment with the info you think I should add in the question. Thank you in advance for your time!</p> <p>PS: Yes I know... D7 is not yet out and it will take months before important contrib modules will be upgraded... but it's never too early to start thinking! :)</p> http://stackoverflow.com/questions/1748586/i-dont-get-how-a-program-can-update-itself-how-can-i-make-my-software-update 5 I don't "get" how a program can update itself. How can I make my software update? Papuccino1 2009-11-17T12:36:05Z 2009-11-17T14:37:11Z <p>Say I make an .exe file and everything is peachy. Wonderful it works.</p> <p>Say I worked on a new feature on the software and I want it to be available for people who already have the older version, how can I make the software find my new version, patch it, and then go about it's business.</p> <p>I can't seem to wrap my head around the issue.</p> <p>Thank you.</p> <p><strong>EDIT:</strong> <strong>I'm sorry for the confusion, but I was meaning a more code-wise answer. Is there something special in my code I should have to allow updating?</strong> </p> <p>For example, if I want to add a new feature, how can I add a "method" to an already packaged .exe? :S That has me in a swivel.</p> http://stackoverflow.com/questions/1743650/is-there-a-standard-way-for-net-winforms-apps-to-auto-upgrade 4 Is there a standard way for .NET Winforms apps to auto-upgrade? codeulike 2009-11-16T17:30:16Z 2009-11-16T20:22:47Z <p>If you have a Winforms app that is installed on a large number of machines, is there a standard way of implementing an automatic upgrade function?</p> <p>e.g. Each time it is started, it checks a web site or web service and if there is a new version available, it downloads and installs it?</p> <p>I could figure out how to roll my own version of this, but I'm wondering if there are any frameworks already in place to help with this.</p> http://stackoverflow.com/questions/1224420/how-to-update-eclipse-from-3-4-ganymede-to-3-5-galileo 4 How to update Eclipse from 3.4 (Ganymede) to 3.5 (Galileo)? Vilx- 2009-08-03T20:24:34Z 2009-11-14T06:31:53Z <p>I've got my Eclipse 3.4 envirnoment set up nice and cozy the way I like it. Took me some time too, to find all the plugins (Mylin, PDT, Subclipse), set all the settings, etc. Now I see that some of the plugins (like PDT) only support 3.5 in their latest versions.</p> <p>Is it possible to update from 3.4 to 3.5? I'd hate to do it all again.</p> <p>I read in some mailing list where they noted that it's possible, but the conversation trailed off in another direction. Google wasn't much help, and Eclipse's documentation either.</p> http://stackoverflow.com/questions/1723190/2-instances-of-a-program-after-upgrading-using-wix 1 2 instances of a program after upgrading using WiX. Scott Boettger 2009-11-12T15:47:03Z 2009-11-12T16:16:01Z <p>I am creating an upgradable installer using WiX that needs to remove the existing program entirely before installing the new version. I have the files upgrading and adding that the newer version should be but I'm left with 2 instances of the Program in the Add/Remove program screen. Below is an example of how I am trying to remove everything. </p> <pre><code>&lt;Product Id="064e9bca-dcf5-412d-9a8f-dafec3bd3406" Name="testInstall" Language="1033" Version="1.0.14" Manufacturer="testInstall" UpgradeCode="5dd5747f-c598-4133-8c7d-252ae3dee8a5"&gt; &lt;Package InstallerVersion="301" InstallPrivileges="elevated" InstallScope="perMachine" Compressed="yes" /&gt; &lt;Upgrade Id="5dd5747f-c598-4133-8c7d-252ae3dee8a5"&gt; &lt;UpgradeVersion Minimum="1.0.0" IncludeMinimum="yes" Maximum="1.0.13" OnlyDetect="no" Property="OLDERVERSIONBEINGUPGRADED" /&gt; &lt;/Upgrade&gt; &lt;InstallExecuteSequence&gt; &lt;RemoveExistingProducts After="InstallInitialize"/&gt; &lt;/InstallExecuteSequence&gt; </code></pre> <p>Any help that can be provided would be appreciated.</p> http://stackoverflow.com/questions/1713872/attach-and-upgrade-tfs-2005-databases-to-a-tfs-2008-installation 1 Attach and upgrade TFS 2005 databases to a TFS 2008 installation henriksen 2009-11-11T08:45:24Z 2009-11-11T08:45:24Z <p>I have a Windows server 2008 with SQL 2008 and TFS 2008 installed. And I have another box with SQL 2005 and TFS 2005 installed. Does anyone know of a way I can just transfer the databases (or data in another way) from TFS 2005 to TFS 2008. Any data on the 2008 box can be deleted. </p> <p>The machines are not in a domain so all accounts are local. So I'll have to fix that afterwards, but that's managable. </p> <p>Basically, can I attach the databases and run an upgrade command? </p> http://stackoverflow.com/questions/1707071/delphi-2009-upgrade-question 1 Delphi 2009 Upgrade Question... murphy 2009-11-10T10:49:26Z 2009-11-10T17:01:00Z <p>Hi,</p> <p>i bought yesterday an upgrade to Delphi 2009 Pro. Now i have the problem that i have a version of Delphi 5 Enterprise, but it's registered, but the account has been lost.</p> <p>Is there a way to get the Delphi 5 version to be moved to my account, so that i can register the Delphi 2009 Pro.</p> <p>Otherwise i also got a Delphi 3 Pro laying around here, which also should be enough for upgrading, but how can i get this registered?</p> <p>My other Delphi's are Delphi 1, Delphi 2 Developer and Delphi 3 Standard as well as some Personal Versions.</p> <p>Has anybody a good idea what i should be doing now? The best would be to move the Enterprise Delphi to my current account.</p> <p>Cheers, murphy</p> http://stackoverflow.com/questions/1541776/upgrade-python-to-2-6-on-mac 3 Upgrade Python to 2.6 on Mac Nimbuz 2009-10-09T04:24:03Z 2009-11-09T15:47:00Z <p>I'd like to upgrade the default python installation (2.5.1) supplied with OS X Leopard to the latest version. Please let me know how I can achieve this.</p> <p>Thanks</p> http://stackoverflow.com/questions/1680934/upgrade-compact-framework-version-in-htc-phones 0 upgrade compact framework version in htc phones? Madhup 2009-11-05T14:32:43Z 2009-11-06T19:54:04Z <p>hi i want to upgrade the version of compact framework in my htc touch phone. I am doing these steps</p> <ol> <li>i have downdloaded the framework msi.</li> <li>connected the phone through WMDC to the computer.</li> <li>i copied the msi to MyDocuments.</li> <li>from my phone i browsed to the my documents and clicked the msi.</li> </ol> <p>Woof the system says "There is no application associated with "NETCFSetupv35", Run the application first, then open this file from within the application."</p> <p>But when i try to run the application it just shows the message to quit the application and upgrade the framework version </p> <p>I m just stuck in this loop please somebody help me to get out of this loop.</p> <p>Regards,</p> <p>Madhup</p> http://stackoverflow.com/questions/456154/how-do-i-determine-why-a-webservice-reference-is-being-prevented-from-being-added 2 How do I determine why a webservice reference is being prevented from being added to my project in VS2008? mezoid 2009-01-18T23:53:33Z 2009-11-04T10:40:27Z <p>I have a VS2005 project that contains a couple web service references. The project has recently been upgraded to VS2008 but now there is a problem with the web references...probably because they may not have been upgraded properly.</p> <p>When I select Update Web Reference I get the following error:</p> <p>"Value cannot be null. Parameter name: discoveryError % mexError" which is very helpful.</p> <p>I've then deleted the web reference with the intent of re-adding it...</p> <p>The Add Web Reference dialog comes up and successfully loads information about each of the methods associated with the web service.</p> <p>However, I can't add the reference as the button to do so is grayed out and there is a text box titled "Web services found at this URL:" which contains the text "Operation is not valid due to the current state of the object".</p> <p>Now finally, this brings me to my main question... How then do I add this web reference? Or better yet, how do I find out what is invalid about the "current state of the object"?</p> <p>Has anyone had a similar experience in VS2008?</p> http://stackoverflow.com/questions/1669622/automatic-online-upgrade 0 Automatic Online Upgrade Avinash 2009-11-03T19:29:26Z 2009-11-03T20:15:50Z <p>I installed Acrobat Reader 9.0 last month,</p> <p>Each time I open a pdf document, I get small icon which says some updates are available,</p> <p>If I say, it goes ahead and install the updates.</p> <p>Anyone know what is the technology behind this , any paper, details.</p> http://stackoverflow.com/questions/1629757/require-reinstalling-programs-when-upgrade-from-mac-os-10-5-8-to-snow-leopard -1 Require Reinstalling programs when Upgrade from Mac OS 10.5.8 to Snow leopard? [closed] Murvinlai 2009-10-27T09:58:02Z 2009-11-03T15:23:50Z <p>so, when I upgrade to Snow Leopard from 10.5.8, do I need to reinstall all programes (especially the paid one, like adobe)? or the programs will automatically migrate to the new OS?</p>