<add extension=".edmx" type="System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider" />
đây là hội của hệ thống Web.config tôi nộpkhông thể nạp kiểu 'system.data.entity.design.aspnet.entitydesignerbuildprovider'
<add extension=".edmx" type="System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider" />
đây là hội của hệ thống Web.config tôi nộpkhông thể nạp kiểu 'system.data.entity.design.aspnet.entitydesignerbuildprovider'
Mở web.config của bạn và thêm dòng này dưới đây trong Assemblies phần:
<add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Để biết thêm thông tin, hãy liên kết này:
http://forums.asp.net/t/1698282.aspx
Hope this helps
Cảm ơn, điều này làm việc cho tôi. –
Nếu nó không làm việc cho bạn, thanh toán @ GregoryBrad trả lời dưới đây. –
Thêm vào @wandos câu trả lời, đây là cách bố trí cho web.config:
<system.web>
<compilation debug="true" targetFramework="4.5">
<assemblies>
<add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
</assemblies>
</compilation>
<httpRuntime targetFramework="4.5" />
</system.web>
xin vui lòng trở lại tôi lại – Ahtesham
http://stackoverflow.com/questions/2762256/mvcbuildviews-true- với-thực thể-khung-trong-asp-net-mvc-2 – christiandev
xin vui lòng cho tôi phản ứng – Ahtesham