Hello,I use ASP.NET 4.0 + Net Framework 4.0 RC + EntityFramework (with Visual Studio 2010 professional)I have a trouble with your component EntityDataSource ... every page which contains this component (EntityDataSource) has (in 90% - its not 100%) BUG after compiling and loading to server (WS2008,IIS 7.5,NF4.0RC without VS2010) .... Its interesting that I run directly debug mode (and server) in Visual Studio .... everything is fine ...no bugs ... only after compiling (but without compiling too) loading this website to server, where is only net framework 4.0RC without VisualStudio 2010 ... every page witch contains EntityDataSource report this bug : Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.] System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0 System.Reflection.Assembly.GetTypes() +143 System.Data.Metadata.Edm.ObjectItemConventionAssemblyLoader.LoadTypesFromAssembly() +46 System.Data.Metadata.Edm.ObjectItemAssemblyLoader.Load() +34 System.Data.Metadata.Edm.AssemblyCache.LoadAssembly(Assembly assembly, Boolean loadReferencedAssemblies, ObjectItemLoadingSessionData loadingData) +130 System.Data.Metadata.Edm.AssemblyCache.LoadAssembly(Assembly assembly, Boolean loadReferencedAssemblies, KnownAssembliesSet knownAssemblies, EdmItemCollection edmItemCollection, Action`1 logLoadMessage, Object& loaderCookie, Dictionary`2& typesInLoading, List`1& errors) +248 System.Data.Metadata.Edm.ObjectItemCollection.LoadAssemblyFromCache(ObjectItemCollection objectItemCollection, Assembly assembly, Boolean loadReferencedAssemblies, EdmItemCollection edmItemCollection, Action`1 logLoadMessage) +580 System.Data.Metadata.Edm.ObjectItemCollection.ExplicitLoadFromAssembly(Assembly assembly, EdmItemCollection edmItemCollection, Action`1 logLoadMessage) +193 System.Data.Metadata.Edm.MetadataWorkspace.ExplicitLoadFromAssembly(Assembly assembly, ObjectItemCollection collection, Action`1 logLoadMessage) +140 System.Web.UI.WebControls.EntityDataSourceView.ConstructContext() +756 System.Web.UI.WebControls.EntityDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +86 System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +28 DevExpress.Web.ASPxClasses.Internal.DataContainer.PerformSelect() +181 DevExpress.Web.ASPxClasses.ASPxDataWebControlBase.DataBind() +281 Basket.Wizard_NextButtonClick(Object sender, WizardNavigationEventArgs e) +234 System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) +586 System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +52 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3691
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results