Umbraco 8.2.0 Missing Dependencies/Errors When Deployed and Built Via Nuget
Hi All,
I checked the requirements documented, I'm on:
Windows 10 (10.0.16299.1087)
.NET 4.7.2
IIS 10 (1709)
Visual Studio 17 (15.9.17)
Installing via Nuget appears to work and builds without errors, the site then gives (after build:)
Could not load file or assembly 'ClientDependency.Core' or one of its dependencies. The system cannot find the file specified.
This is a red herring, because ClientDependency.Core (version:
1.9.8.0), and ClientDependency.Core.Mvc (1.9.3.0) are both brought in by doing a build, which from experience usually means:
The specific version of ClientDependency is not available
The specific version of ClientDependency is not available for the current target platform / .NET Version etc
I usually deploy Umbraco via Nuget on projects and have never seen anything like this - so I believe there is something, somewhere not quite right (could well be something I'm missing : a dependency not yet documented etc)
Umbraco 8.2.0 Missing Dependencies/Errors When Deployed and Built Via Nuget
Hi All,
I checked the requirements documented, I'm on:
Installing via Nuget appears to work and builds without errors, the site then gives (after build:) Could not load file or assembly 'ClientDependency.Core' or one of its dependencies. The system cannot find the file specified.
This is a red herring, because ClientDependency.Core (version: 1.9.8.0), and ClientDependency.Core.Mvc (1.9.3.0) are both brought in by doing a build, which from experience usually means:
I usually deploy Umbraco via Nuget on projects and have never seen anything like this - so I believe there is something, somewhere not quite right (could well be something I'm missing : a dependency not yet documented etc)
Grateful for any help or suggestions,
Roger Davies
is working on a reply...