2011.2 from 2011.1
10:30:22: Running User Interface Version 11.2.20112.100010:30:22: Gathering volume and assembly information.10:30:22: Could not find directory d:\Program Files\Infragistics\NetAdvantage 2010.2\WPFCommon\Bin to search for Infragistics assemblies.10:30:22: Could not find directory D:\Program Files\Infragistics\NetAdvantage 2005 Volume 2\Windows Forms\Bin\ to search for Infragistics assemblies.10:31:54: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index10:31:54: at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException() at Infragistics.VersionUtilitySupport.Core.File.Types.WebSite.GetAllSiteFiles(Boolean analyze) at Infragistics.VersionUtilitySupport.Core.File.Types.WebSite.Analyze() at Infragistics.VersionUtilitySupport.Core.File.Types.SolutionFile.Analyze()
Please help
Vineet,
We use the registry to find the paths for our assemblies on the machine. Look in your registry at HKLM\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders or HKLM\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\AssemblyFolders on x64 machine. There should be entries here for Infragistics, and make sure that if you look at these the path they specify exists on the machine. If it doesn't that will cause the utility to fail later when it goes and tries to access that location to get assemblies from there.
Hopefully that will help.
Could you please tell me how did you get past your "Could not find directory" error with the version utility tool.
Hello,
I am very glad that you have solved the issue that you are having. Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Update: Thanks, I am now past the assembly problem. Sorry for the typo.
Thanks, I am not past the assembly problem. Now it have the same messages about the index. Is there a way to get the line of code and file name it does not like. This is a large app. The off thing is that the prior version upgraded without any problems.
10:31:54: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index10:31:54: at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException() at Infragistics.VersionUtilitySupport.Core.File.Types.WebSite.GetAllSiteFiles(Boolean analyze) at Infragistics.VersionUtilitySupport.Core.File.Types.WebSite.Analyze() at Infragistics.VersionUtilitySupport.Core.File.Types.SolutionFile.Analyze()