Registering additional assemblies for nuget packages

Mirko Milanovic asked on January 19, 2022 17:05

I need to install this nuget package in my mvc project: https://devnet.kentico.com/marketplace/image%20focuspoint
It depends on these packages: Antlr.3.5.0.2 Kentico.LanguagePack.English.12.0.77 Microsoft.AspNet.Identity.Core.2.2.1 Microsoft.AspNet.Razor.3.2.3 Microsoft.Web.Infrastructure.1.0.0 Microsoft.AspNet.WebPages.3.2.3 Microsoft.AspNet.Mvc.5.2.3 Owin.1.0.0 Microsoft.Owin.3.1.0 Microsoft.Owin.Security.3.1.0 Microsoft.Owin.Security.Cookies.3.1.0 Microsoft.Owin.Security.OAuth.3.1.0 Microsoft.AspNet.Identity.Owin.2.2.1 WebGrease.1.6.0 Microsoft.AspNet.Web.Optimization.1.1.3 Kentico.Libraries.12.0.77 Kentico.AspNet.Mvc.Libraries.12.0.77 Kentico.AspNet.Mvc.12.0.77 EXLRT.Kentico.Mvc.FormControls.Focuspoint.1.0.0

When I install all these packages I get the following error:

link text

How do I initialize those additional assemblies?

Correct Answer

Juraj Ondrus answered on January 20, 2022 08:54

Isn't it possible that you installed the Kentico.* NuGet packages into the admin app? If yes, uninstall them as they shall not be used in the admin app's solution.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.