运行项目时出现配置错误

时间:2014-10-10 01:49:54

标签: entity-framework asp.net-mvc-4

<configuration>
   <configSections>
     <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
      <!-- For more information on Entity Framework configuration, visit 
   <sectionGroup name="dotNetOpenAuth"  type="DotNetOpenAuth.Configuration.DotNetOpenAuthSection, DotNetOpenAuth.Core">

嗨我在尝试在MVC4中运行项目时遇到上述错误。 请让我知道我应该怎么做才能解决这个错误。

1 个答案:

答案 0 :(得分:0)

我认为以下建议可行(以**突出显示)。请让我知道结果。

  <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=**6.0.0.0**, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>