码迷,mamicode.com
首页 > 移动开发 > 详细

“System.Data.Entity.Internal.AppConfig"的类型初始值设定项引发异常。{转}

时间:2015-07-06 08:53:32      阅读:491      评论:0      收藏:0      [点我收藏+]

标签:

<connectionStrings>
    <add name="ConnectionStringName"
        providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=DataBaseName;Integrated Security=True;Pooling=False" />
</connectionStrings>

必须写在

<configSections>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</configSections>

之后

“System.Data.Entity.Internal.AppConfig"的类型初始值设定项引发异常。{转}

标签:

原文地址:http://www.cnblogs.com/answercard/p/4623432.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!