Não foi possível carregar o tipo 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.ITypeRegistrationsProvider

Recentemente, tentei implementar a autenticação usando a identidade do asp.net com a estrutura 4.6.1. Depois de instalar todos os pacotes necessários, estou recebendo o seguinte erro ao executar o aplicativo.

"Não foi possível carregar o tipo 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.ITypeRegistrationsProvider"

O mesmo aplicativo funciona bem quando todos os pacotes relacionados à identidade são desinstalados.

O rastreamento completo da pilha é o seguinte

[TypeLoadException: não foi possível carregar o tipo 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.ITypeRegistrationsProvider' do assembly 'Microsoft.Practices.EnterpriseLibrary.Common, Versão = 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, IntPtr & blob, IntPtr & blob, IntPtr blobEnd, Int32 & namedArgs) +38
System.
System.Reflection.RuntimeAssembly.GetCustomAttributes (herança booleana) +37 Owin.Loader.DefaultLoader.SearchForStartupAttribute (String friendlyName, IList1 errors, Boolean& conflict) +294<br>Owin.Loader.DefaultLoader.GetDefaultConfiguration(String friendlyName, IList1 erros) +105
Owin.Loader.DefaultLoader.LoadImplementation (String startupName, IList1 errorDetails) +161 Owin.Loader.DefaultLoader.Load(String startupName, IList1 erroDetalhes) +51
Microsoft.Owin.Host.SystemWeb.OwinBuilder.GetAppStartup () +238
Microsoft.Owin.Host.SystemWeb.OwinHttpModule.InitializeBlueprint () +103 System.Threading.LazyInitializer.EnsureInitializedCore (T e destino, Booleano e inicializado, Objeto e sincronização, Func1 valueFactory) +115 System.Threading.LazyInitializer.EnsureInitialized(T& target, Boolean& initialized, Object& syncLock, Func1 valueFactory) +72
Microsoft.Owin.Host.SystemWeb.OwinHttpModule.Init (contexto HttpApplication) +104
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS (IntPtr appContext, contexto HttpContext, manipuladores MethodInfo []) +534
System.Web.HttpApplication.InitSpecial (estado HttpApplicationState, manipuladores 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): não foi possível carregar o tipo 'Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ContainerModel.ITypeRegistrationsProvider' do assembly 'Microsoft.Practices.EnterpriseLibrary.Common, versão = 6.0.0.0, Culture = neutral, PublicKeyToken4e 31bf3856ad36 .]
System.Web.HttpRuntime.FirstRequestInit (contexto HttpContext) +9947380 System.Web.HttpRuntime.EnsureFirstRequestInit (contexto HttpContext) +101 System.Web.HttpRuntime.ProcessRequestNotificationPrivate (IIS7WorkerRequest wrtt, HttpContext)

Seria uma grande ajuda se alguém ajudar, fico impressionado por uma semana.

entre em contato se precisar de mais informações

Desde já, obrigado.

questionAnswers(1)

yourAnswerToTheQuestion