You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
When finishing the Try it outs of Chapter 14, everything went well.
Then I wanted to have my code "like in the book" and I copied the chapter 14 sources into my directory.
Since then, I have an error:
Error 1 Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBu ildProvider'. C:\wrox\BegAspNet\Site\web.config 22
Thanks for this prompt reply. The code is indeed older, so I will certainly download this.
I found a work around by removing the lines from the web.config and adding a new (dummy) EF. Then it worked and I could remove the newly created EF.
Yes, that's how I fixed it as well. There were changes in what EF writes to the web.config file when you add a model after I submitted the code to Wrox, so the downloadable code was incorrect. That should be fixed now.