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
Could you please tell me how did you get past your "Could not find directory" error with the version utility tool.
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.