0 امتیاز

در فرایند کد نویسی پروژه ایی در قسمت پایانی هنگام تولید کانگشن استرینگ پویا با خطا زیر مواجه شدم مشکل از کجاست؟
http://s9.picofile.com/file/8317718526/55.jpg

************************app config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <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=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468
   For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 </configSections>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
      <parameters>
        <parameter value="v11.0" />
      </parameters>
    </defaultConnectionFactory>
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>
  </configuration>

 

1 پاسخ

+1 امتیاز

سلام دوست عزیز

بیزحمت نسخه فریم ورک entity رو با فریم ورک پروژه مطابقت بده

 

https://stackoverflow.com/questions/17132698/an-unhandled-exception-of-type-system-typeinitializationexception-occurred-in

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

 

سوال جدید

2,337 سوال

2,871 پاسخ

3,725 دیدگاه

3,921 کاربر

دسته بندی ها

...