Desenvolvi um aplicativo usando o Entity Framework , SQL Server 2000, Visual Studio 2008 e Enterprise Library.
Funciona absolutamente bem localmente, mas quando implanto o projeto em nosso ambiente de teste, estou recebendo o seguinte erro:
Não foi possível carregar um ou mais dos tipos solicitados. Recupere a propriedade LoaderExceptions para obter mais informações
Rastreio de pilha: em System.Reflection.Module._GetTypesInternal (StackCrawlMark & stackMark)
em System.Reflection.Assembly.GetTypes ()
em System.Data.Metadata.Edm.ObjectItemCollection.AssemblyCacheEntry.LoadTypesFromAssembly (contexto LoadingContext)
em System.Data.Metadata.Edm.ObjectItemCollection.AssemblyCacheEntry.InternalLoadAssemblyFromCache (contexto LoadingContext)
em System.Data.Metadata.Edm.ObjectItemCollection.AssemblyCacheEntry.LoadAssemblyFromCache (Assembly assembly, Boolean loadReferencedAssemblies, Dictionary
2 knownAssemblies, Dictionary
2 & typesInLoading, List`1 & errors)em System.Data.Metadata.Edm.ObjectItemCollection.LoadAssemblyFromCache (ObjectItemCollection objectItemCollection, assembly de montagem, Boolean loadReferencedAssemblies)
em System.Data.Metadata.Edm.ObjectItemCollection.LoadAssemblyForType (Type type)
em System.Data.Metadata.Edm.MetadataWorkspace.LoadAssemblyForType (Tipo de tipo, Assembly chamando Assembly)
em System.Data.Objects.ObjectContext.CreateQuery [T] (String queryString, ObjectParameter [] parâmetros)
O Entity Framework parece ter problema, alguma pista de como corrigi-lo?