Installing Umbraco Forms On Umbraco 8 - Error After Nuget Installation
I'm seeing a boot error when trying to install umbraco forms into an existing website, uninstalling umbraco forms (or removing the DLLs fixes the issue, so definitely a conflict) - is there a step I'm missing to setup umbraco forms on an older site? I've updated umbraco to 8.18.15 without luck (was on 8.9.0)
-> System.InvalidOperationException: Unable to resolve type: Umbraco.Core.Composing.ComponentCollection, service name:
at LightInject.ServiceContainer.CreateDelegate(Type serviceType, String serviceName, Boolean throwError) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4748
at LightInject.ServiceContainer.CreateDefaultDelegate(Type serviceType, Boolean throwError) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4705
at LightInject.ServiceContainer.GetInstance(Type serviceType) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 3437
at Umbraco.Core.FactoryExtensions.GetInstance[T](IFactory factory) in D:\a\1\s\src\Umbraco.Core\FactoryExtensions.cs:line 23
at Umbraco.Core.Runtime.CoreRuntime.Boot(IRegister register, DisposableTimer timer) in D:\a\1\s\src\Umbraco.Core\Runtime\CoreRuntime.cs:line 187
I tried multiple versions down to 8.4.2 of UmbracoForms through Nuget.
EDIT: Your reply prompted me to have another try, and a tinifier DLL came up in an error after updating lightinject. Removing this plugin has fixed the conflict!
Installing Umbraco Forms On Umbraco 8 - Error After Nuget Installation
I'm seeing a boot error when trying to install umbraco forms into an existing website, uninstalling umbraco forms (or removing the DLLs fixes the issue, so definitely a conflict) - is there a step I'm missing to setup umbraco forms on an older site? I've updated umbraco to 8.18.15 without luck (was on 8.9.0)
-> Umbraco.Core.Exceptions.BootFailedException: Boot failed.
-> System.InvalidOperationException: Unable to resolve type: Umbraco.Core.Composing.ComponentCollection, service name: at LightInject.ServiceContainer.CreateDelegate(Type serviceType, String serviceName, Boolean throwError) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4748 at LightInject.ServiceContainer.CreateDefaultDelegate(Type serviceType, Boolean throwError) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4705 at LightInject.ServiceContainer.GetInstance(Type serviceType) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 3437 at Umbraco.Core.FactoryExtensions.GetInstance[T](IFactory factory) in D:\a\1\s\src\Umbraco.Core\FactoryExtensions.cs:line 23 at Umbraco.Core.Runtime.CoreRuntime.Boot(IRegister register, DisposableTimer timer) in D:\a\1\s\src\Umbraco.Core\Runtime\CoreRuntime.cs:line 187
Hi JC,
Which version of Umbraco form you were trying to install on Umbraco 8.15.18
Regards
I tried multiple versions down to 8.4.2 of UmbracoForms through Nuget.
EDIT: Your reply prompted me to have another try, and a tinifier DLL came up in an error after updating lightinject. Removing this plugin has fixed the conflict!
is working on a reply...