I've purchased the latest 11.2 version of Infragistics ASP controls and ran the version utility to upgrade a website but it says "UH OH! Looks like we found something during our analysis that would prevent us from upgrading the Website. Here is what we found and some suggestions on how to fix it. It then displays an empty box. When I click "Open the Log File", this is what it says:
08:02:07: Running User Interface Version 11.2.20112.100008:02:07: Gathering volume and assembly information.
Not much to go on. Can someone help?
Ok, since this isn't getting any responses, I've gone ahead and tried to update my site manually (web.config, all pages, and license.lcx) but I'm getting WebCombo is ambiguous in the namespace Infragistics.webui.webcombo. I can't find any old references. Is there any documentation to update the infragistics controls when the version utility fails? I've paid a grand for the update and wasted a day already trying to use them.
Thanks
Sorry to hear about your issue. I believe you are hitting the original issue because the RTM utility didn't have logic to check for retired controls (the patch we have available does check an redirects you to a blog post by Mutaza). If you look at the following help topic you can see that we retired several of the classic ASP.NET controls.
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Known_Issues_Known_Issues_and_Breaking_Changes.html
The blog post that the utility redirects to is
http://blogs.infragistics.com/blogs/taz_abdeali/archive/2010/03/04/asp-net-product-changes.aspx
The other issue you are experiencing I believe occurs because it finds the ASP.NET temporary cache location.
Hope that helps
I get the same exact error. A blank box and this in the log file:
05:00:36: Running VS2010 Add-in UI Version 12.1.20121.200005:00:36: Gathering volume and assembly information.
Where is this "available patch" and does it actually fix anything or does it just have a link to an old post that doesn't show how to fix the problem?
Where are the instructions to do a manual upgrade? All the instructions say to use the version utility that doesn't work.
Eric,
Sorry to hear you are having issues with the Utility. Have you tried running the stand-alone UI Version Utility to see if you get a different result? What volume(s) and product(s) do you have installed since it appears to be failing soon after it starts to gather the information about the installed products? The utility locates the products and volumes by looking in the HKLM\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\AssemblyFolders on x64 or HKLM\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders on x32 for the Infragistics folders.
Build 2000 is the latest build for the utility. Do you have some of the classic ASP.NET controls (they are listed in the blog at http://es.infragistics.com/community/blogs/taz_abdeali/archive/2010/03/04/asp-net-product-changes.aspx) in your application that you are trying to upgrade? If so there unfortunately isn't an upgrade for those controls, you have to basically replace them with the newer versions we have in the Aikido framework starting in 12.1 since we don't ship those assemblies anymore. You can contact Developer support and they can help you with the control mappings from old to new.
It appears we do not have any instructions for upgrading projects manually in our documentation. If you can confirm the type of project (ASP.NET, WinForms, WPF, Silverlight) you have and what volume you are moving from I can try to help you upgrade the project manually based on the files the utility normally upgrades. As long as we have the new assemblies in the 12.1 product you are moving too.