<add extension=".edmx" type="System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider" />
これは私のシステム Web.config ファイルのアセンブリです
<add extension=".edmx" type="System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider" />
これは私のシステム Web.config ファイルのアセンブリです
web.config を開き、以下の行を Assemblies セクションに追加します。
<add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
詳細については、次のリンクを確認してください。
http://forums.asp.net/t/1698282.aspx
お役に立てれば