Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
66
Version Utility: Index was out of range exception
posted

Hello,

I'm trying to upgrade a solution from 2011.1 to 2011.2 using the version utility and it's throwing an exception in a project file (which doesn't reference Infragistics at all).

02:20:25: Running User Interface Version 11.2.20112.1000
02:20:25: Gathering volume and assembly information.
02:20:33: ProjectFile element: Shell\Shell\Shell.csproj is being treated as a proj file.
02:20:33: Analyzing Shell.csproj...
02:20:33: The project has references that need to be updated.
02:20:34: ProjectFile element: Shell\Shell.Web\Shell.Web.csproj is being treated as a proj file.
02:20:34: Analyzing Shell.Web.csproj...
02:20:34: Nothing for us to upgrade.
02:20:34: ProjectFile element: Prism.Extensions\Prism.Extensions.csproj is being treated as a proj file.
02:20:34: Analyzing Prism.Extensions.csproj...
02:20:34: Nothing for us to upgrade.
02:20:34: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
02:20:34:    at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   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()

The version I have is 11.2.20112.1000 installed from a download from ~2 weeks ago.

Please could somebody take a look?

Many thanks,

Tim.

Parents Reply Children
No Data