When analyzing a solution it ends with the following error (in the log file)
Could not find directory C:\Program Files (x86)\Infragistics\2014.2\Ignite UI\MVC\MVC5\Bin\ to search for Infragistics assemblies.
The C:\Program Files (x86)\Infragistics\2014.2\Ignite UI\MVC\MVC5 folder is missing on my machine. I only have the Common, MVC2, MVC3, MVC4 folders in that location.
There are no references to Ignite UI in the project. These are the only reference to Infragistics:
<Reference Include="Infragistics4.Shared.v18.2, Version=18.2.20182.130, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> </Reference> <Reference Include="Infragistics4.Win.UltraWinStatusBar.v18.2, Version=18.2.20182.130, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> </Reference> <Reference Include="Infragistics4.Win.v18.2, Version=18.2.20182.130, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> </Reference>
FULL LOG
10:47:11: Running User Interface Version 20.1.20201.110:47:11: Gathering volume and assembly information.10:47:11: Could not find directory C:\Program Files (x86)\Infragistics\2014.2\Ignite UI\MVC\MVC5\Bin\ to search for Infragistics assemblies.11:00:36: ProjectFile element: ActivityLog.csproj is being treated as a proj file.11:00:36: Analyzing ActivityLog.csproj...11:00:36: The project has references that need to be updated.11:00:36: Could not load the project. Please see the Log file for more details.11:00:36: Object reference not set to an instance of an object.11:00:36: at Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.CheckProjectForAdditionalFiles(Boolean isSLProject, XmlNode node) at Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.Analyze()
VS 2019
When selecting CRL 4.5 there is no option for Windows Forms
Those only show up when selecting CLR 4.0
And the Version Utility shows the option set to Volume 2020.1 CLR 4.0
Hello Sam,
Which version studio you are using ? Is it VS2008? Do you have any upgraded versions like VS2015, VS2017 ?Can you run your 18.2 sample using any latest VS and then try to upgrade the application?As I explained in the doc I attached above, as per our support environment page ,version 20.1 would support visual studio 2017 or higher, and CLR 4.5 or higher .www.infragistics.com/.../supported-environments
You can also try /test one thing , simply creating an empty test sample and add all the 18.2 dlls into it (no code nothing) and build the project ,now follow the process I explained in the doc and if this goes successful then the issue must be something in your project but at least we can narrow down the issue.
Sincerely,Divya Jain
Thank you, I tried the upgrade from Visual Studio. However, all it does is open the same dialog as Version Utility and the same issue remains.
02:42:55: Running VS2008 Add-in UI Version 20.1.20201.102:42:55: Gathering volume and assembly information.02:42:55: Could not find directory C:\Program Files (x86)\Infragistics\2014.2\Ignite UI\MVC\MVC5\Bin\ to search for Infragistics assemblies.02:42:57: The project entry Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{863825CB-E952-429A-9D5C-2430DAAF7F3C}" ProjectSection(SolutionItems) = preProject AssemblyInfo-Solution.cs = AssemblyInfo-Solution.cs EndProjectSectionEndProject in the solution has been determined to be a solution folder project.
ProjectFile element: AttachmentsEditor\AttachmentsEditor.csproj is being treated as a proj file.02:42:58: Analyzing AttachmentsEditor.csproj...02:42:58: The project has references that need to be updated.02:42:58: Could not load the project. Please see the Log file for more details.02:42:58: Object reference not set to an instance of an object. at Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.CheckProjectForAdditionalFiles(Boolean isSLProject, XmlNode node) at Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.Analyze()
Hello ,
Thank you for sharing the images and the log. Looking at the first image I am not sure what is that 'upgrade option' dialog is for, Version Utility dialog is like that.
Maybe I'll help you to go through the whole process of upgrading the project much eassier.
Please find the attached step by step document I have created for your reference.
Let me know if this help.
-Divya Jain
UpgradeTo20.1.docx
10:47:11: Running User Interface Version 20.1.20201.110:47:11: Gathering volume and assembly information.10:47:11: Could not find directory C:\Program Files (x86)\Infragistics\2014.2\Ignite UI\MVC\MVC5\Bin\ to search for Infragistics assemblies.11:00:36: ProjectFile element: ActivityLog.csproj is being treated as a proj file.11:00:36: Analyzing ActivityLog.csproj...11:00:36: The project has references that need to be updated.11:00:36: Could not load the project. Please see the Log file for more details.11:00:36: Object reference not set to an instance of an object.11:00:36: at Infragistics.VersionUtilitySupport.Core.File.Types.ProjectFile.CheckProjectForAdditionalFiles(Boolean isSLProject, XmlNode node)