2012-09-24 68 views
0

我已经使用EF代码先创建数据库。在开发中非常有用。我将它复制到一个Windows Server 2003中,我得到这些错误(列在下面)部署到远程服务器时出现实体框架架构错误

EF 5,.NET 4.0。

我已经卸载并重新安装.net 4框架。并在其他机器上测试过。

在我的Windows Server 2008中,它工作正常。在另一个2003盒子上没有。

为了将MVC排除在外,我构建了一个简单的控制台应用程序,该应用程序列出了数据库中的一些数据。 - 同样的错误。

我已经在VS 2012中编写了一切,并在机器上安装了.net 4.5。我读过这可能会导致一个问题,所以我重写了VS 2010中的所有内容,以.net 4为目标,并手动将引用添加到EF 5/.net4 dll中。同样的事情,在我的2台dev的机器的伟大工程,以及2008年的服务器,但不是2003年

错误:

Schema specified is not valid. Errors: 
(0,0) : warning 0005: Could not find schema information for the attribute 'Namespace'. 
(0,0) : warning 0005: Could not find schema information for the attribute 'Provider'. 
(0,0) : warning 0005: Could not find schema information for the attribute 'ProviderManifestToken'. 
(0,0) : warning 0005: Could not find schema information for the attribute 'Alias'. 
(0,0) : error 0010: The element Schema in namespace http://schemas.microsoft.com/ado/2009/11/edm/ssdl was unexpected for the root element. The expected Schema in one of the following namespaces: http://schemas.microsoft.com/ado/2006/04/edm/ssdl, http://schemas.microsoft.com/ado/2009/02/edm/ssdl. 

这里的堆栈跟踪(这是一个MVC应用程序)

 
[MetadataException: Schema specified is not valid. Errors: 
(0,0) : warning 0005: Could not find schema information for the attribute 'Namespace'. 
(0,0) : warning 0005: Could not find schema information for the attribute 'Provider'. 
(0,0) : warning 0005: Could not find schema information for the attribute 'ProviderManifestToken'. 
(0,0) : warning 0005: Could not find schema information for the attribute 'Alias'. 
(0,0) : error 0010: The element Schema in namespace http://schemas.microsoft.com/ado/2009/11/edm/ssdl was unexpected for the root element. The expected Schema in one of the following namespaces: http://schemas.microsoft.com/ado/2006/04/edm/ssdl, http://schemas.microsoft.com/ado/2009/02/edm/ssdl.] 
    System.Data.Metadata.Edm.Loader.ThrowOnNonWarningErrors() +8508793 
    System.Data.Metadata.Edm.Loader.LoadItems(IEnumerable`1 xmlReaders, IEnumerable`1 sourceFilePaths) +181 
    System.Data.Metadata.Edm.StoreItemCollection.Init(IEnumerable`1 xmlReaders, IEnumerable`1 filePaths, Boolean throwOnError, DbProviderManifest& providerManifest, DbProviderFactory& providerFactory, String& providerManifestToken, Memoizer`2& cachedCTypeFunction) +211 
    System.Data.Metadata.Edm.StoreItemCollection..ctor(IEnumerable`1 xmlReaders) +295 
    System.Data.Entity.Migrations.Extensions.XDocumentExtensions.GetStoreItemCollection(XDocument model, DbProviderInfo& providerInfo) +180 
    System.Data.Entity.Migrations.Infrastructure.EdmModelDiffer.Diff(XDocument sourceModel, XDocument targetModel, String connectionString) +48 
    System.Data.Entity.Internal.InternalContext.ModelMatches(XDocument model) +45 
    System.Data.Entity.Internal.ModelCompatibilityChecker.CompatibleWithModel(InternalContext internalContext, ModelHashCalculator modelHashCalculator, Boolean throwIfNoMetadata) +65 
    System.Data.Entity.Internal.InternalContext.CompatibleWithModel(Boolean throwIfNoMetadata) +52 
    System.Data.Entity.CreateDatabaseIfNotExists`1.InitializeDatabase(TContext context) +239 
    System.Data.Entity.Internal.c__DisplayClass8.b__6() +19 
    System.Data.Entity.Internal.InternalContext.PerformInitializationAction(Action action) +72 

[DataException: An exception occurred while initializing the database. See the InnerException for details.] 
    System.Data.Entity.Internal.InternalContext.PerformInitializationAction(Action action) +117 
    System.Data.Entity.Internal.InternalContext.PerformDatabaseInitialization() +186 
    System.Data.Entity.Internal.LazyInternalContext.b__4(InternalContext c) +7 
    System.Data.Entity.Internal.RetryAction`1.PerformAction(TInput input) +118 
    System.Data.Entity.Internal.LazyInternalContext.InitializeDatabaseAction(Action`1 action) +190 
    System.Data.Entity.Internal.LazyInternalContext.InitializeDatabase() +73 
    System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType) +28 
    System.Data.Entity.Internal.Linq.InternalSet`1.Initialize() +56 
    System.Data.Entity.Internal.Linq.InternalSet`1.GetEnumerator() +15 
    System.Data.Entity.Infrastructure.DbQuery`1.System.Collections.Generic.IEnumerable.GetEnumerator() +40 
    System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +315 
    System.Linq.Enumerable.ToList(IEnumerable`1 source) +58 
    Kiosk.Controllers.KioskEventController.Index() in c:\Dev\hbkiosk\Kiosk\Controllers\KioskEventController.cs:23 
    lambda_method(Closure , ControllerBase , Object[]) +62 
    System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17 
    System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +188 
    System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27 
    System.Web.Mvc.Async.c__DisplayClass42.b__41() +28 
    System.Web.Mvc.Async.c__DisplayClass8`1.b__7(IAsyncResult _) +12 
    System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50 
    System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +29 
    System.Web.Mvc.Async.c__DisplayClass39.b__33() +59 
    System.Web.Mvc.Async.c__DisplayClass4f.b__49() +240 
    System.Web.Mvc.Async.c__DisplayClass37.b__36(IAsyncResult asyncResult) +12 
    System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50 
    System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +31 
    System.Web.Mvc.Async.c__DisplayClass2a.b__20() +23 
    System.Web.Mvc.Async.c__DisplayClass25.b__22(IAsyncResult asyncResult) +128 
    System.Web.Mvc.Async.WrappedAsyncResult`1.End() +50 
    System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +26 
    System.Web.Mvc.c__DisplayClass1d.b__18(IAsyncResult asyncResult) +14 
    System.Web.Mvc.Async.c__DisplayClass4.b__3(IAsyncResult ar) +25 
    System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55 
    System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +41 
    System.Web.Mvc.Async.c__DisplayClass4.b__3(IAsyncResult ar) +25 
    System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55 
    System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +28 
    System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10 
    System.Web.Mvc.c__DisplayClass8.b__3(IAsyncResult asyncResult) +28 
    System.Web.Mvc.Async.c__DisplayClass4.b__3(IAsyncResult ar) +25 
    System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55 
    System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +30 
    System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9 
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8836913 
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184 

+0

你能检查你所引用的entityframework.dll的文件版本吗? NuGet包包含两个版本:.NET 4的4.4和.NET 4.5的5.0 –

+0

它是4.4。即使在更改目标框架并卸载/恢复nuget包后,VS 2012仍希望使用5,因此我删除了该参考并手动添加了对4.4 dll的引用。验证输出目录包含4.4 dll并且项目仍然正常运行。 – Zeph

+0

试着把这个属性放在你的上下文类中: [DbModelBuilderVersion(DbModelBuilderVersion.V4_1)] –

回答

3

我能够通过更改我的连接字符串来解决这个问题,以便通过在项目中安装正确的dll来创建新鲜的db。然后我将数据从旧数据库迁移到新数据库。

我的假设是,EF 5代码存储在数据库中的一些元数据(虽然我无法验证这一点)。由于EF代码首先会在数据库不存在的情况下创建数据库/模式,我只是将连接字符串更改为不存在的数据库,运行该项目并让EF构建数据库,然后从创建的数据库中迁移现有数据由V.5添加到v.4创建的db。

+0

你能否进一步解释“改变我的连接字符串以便创建数据库新鲜”的含义?我有同样的问题,这个答案几乎是唯一的地方与分辨率 –

+1

肯定 - 更新我的答案 – Zeph

0

我更新了.NET Framework到4.5,它工作。