No se pudo cargar el tipo 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.ITypeRegistrationsProvider

Recientemente intenté implementar la autenticación usando la identidad asp.net con 4.6.1 framework. Después de instalar todos los paquetes necesarios, recibo el siguiente error al ejecutar la aplicación.

"No se pudo cargar el tipo 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.ITypeRegistrationsProvider"

La misma aplicación funciona bien cuando se desinstalan todos los paquetes relacionados con la identidad.

El seguimiento completo de la pila es el siguiente

[TypeLoadException: no se pudo cargar el tipo 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.ITypeRegistrationsProvider' del ensamblado 'Microsoft.Practices.EnterpriseLibrary.Common, Version = 6.0.0.0, Culture = neutral, PublicKeyToken = 31bf3856ad364e35'.]
System.Reflection.CustomAttribute._CreateCaObject (RuntimeModule pModule, IRuntimeMethodInfo pCtor, Byte ** ppBlob, Byte * pEndBlob, Int32 * pcNamedArgs) +0
System.Reflection.CustomAttribute.CreateCaObject (módulo RuntimeModule, IRuntimeMethodInfo ctor, IntPtr & blob, IntPtr blobEnd, Int32 & namedArgs) +38
.Imp.
System.Reflection.RuntimeAssembly.GetCustomAttributes (herencia booleana) +37 Owin.Loader.DefaultLoader.SearchForStartupAttribute (String friendlyName, IList1 errors, Boolean& conflict) +294<br>Owin.Loader.DefaultLoader.GetDefaultConfiguration(String friendlyName, IList1 errores) +105
Owin.Loader.DefaultLoader.LoadImplementation (String startupName, IList1 errorDetails) +161 Owin.Loader.DefaultLoader.Load(String startupName, IList1 errorDetalles) +51
Microsoft.Owin.Host.SystemWeb.OwinBuilder.GetAppStartup () +238
Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint () +103 System.Threading.LazyInitializer.EnsureInitializedCore (T & target, Boolean & initialized, Object & syncLock, Func1 valueFactory) +115 System.Threading.LazyInitializer.EnsureInitialized(T& target, Boolean& initialized, Object& syncLock, Func1 valor Fábrica) +72
Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init (contexto HttpApplication) +104
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS (IntPtr appContext, contexto HttpContext, manejadores MethodInfo []) +534
System.Web.HttpApplication.InitSpecial (estado HttpApplicationState, manejadores MethodInfo [], IntPtr appContext, contexto HttpContext) +172
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance (IntPtr appContext, contexto HttpContext) +352
System.Web.Hosting.PipelineRuntime.InitializeApplication (IntPtr appContext) +296

[HttpException (0x80004005): No se pudo cargar el tipo 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.ITypeRegistrationsProvider' del ensamblado 'Microsoft.Practices.EnterpriseLibrary.Common, Version = 6.0.0.0, Culture = neutral, PublicKeyToken = 31b35e38435 '35 .]
System.Web.HttpRuntime.FirstRequestInit (contexto HttpContext) +9947380 System.Web.HttpRuntime.EnsureFirstRequestInit (contexto HttpContext) +101 System.Web.HttpRuntime.ProcessRequestNotificationPrivate (IIS7Wttp2Conquest wr1

Sería de gran ayuda si alguien ayuda, estoy sorprendido por una semana.

por favor avíseme si necesita más información

Gracias por adelantado.

Respuestas a la pregunta(1)

Su respuesta a la pregunta