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
475
Version Utility Could not find directory to search for Infragistics assemblies
posted

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.1
10: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()

Parents Reply Children
No Data