Ho sviluppato un'applicazione usando Entity Framework , SQL Server 2000, Visual Studio 2008 ed Enterprise Library.
Funziona perfettamente a livello locale, ma quando distribuisco il progetto nel nostro ambiente di test, visualizzo il seguente errore:
Impossibile caricare uno o più dei tipi richiesti. Recupera la proprietà LoaderExceptions per ulteriori informazioni
Stack trace: at System.Reflection.Module._GetTypesInternal (StackCrawlMark & stackMark)
at System.Reflection.Assembly.GetTypes ()
at System.Data.Metadata.Edm.ObjectItemCollection.AssemblyCacheEntry.LoadTypesFromAssembly (contesto LoadingContext)
at System.Data.Metadata.Edm.ObjectItemCollection.AssemblyCacheEntry.InternalLoadAssemblyFromCache (contesto LoadingContext)
su System.Data.Metadata.Edm.ObjectItemCollection.AssemblyCacheEntry.LoadAssemblyFromCache (Assembly assembly, Boolean loadReferencedAssemblies, Dictionary
2 knownAssemblies, Dictionary
2 & typesInLoading, List`1 & errors)at System.Data.Metadata.Edm.ObjectItemCollection.LoadAssemblyFromCache (ObjectItemCollection objectItemCollection, Assembly assembly, Boolean loadReferencedAssemblies)
at System.Data.Metadata.Edm.ObjectItemCollection.LoadAssemblyForType (Tipo tipo)
at System.Data.Metadata.Edm.MetadataWorkspace.LoadAssemblyForType (Tipo di tipo, Assembly callingAssembly)
at System.Data.Objects.ObjectContext.CreateQuery [T] (parametri String queryString, ObjectParameter [])
Entity Framework sembra avere problemi, qualche indizio su come risolverlo?