Okay, so that was a bunch of jiggerypokery on my side of things.
I had this dynamic data site made with a preview version. I decided to bring it to the ASP.Net dynamic data version. Everything was fine, removed the old classes, added a new linq to the SQL material, and so on. Set up scaffolding. Then built.
Problems abound. From old type names in my controls to duplicate referenced links.
Despite the fact that I abandoned the old System.Web.Extensions 3.6 library, I neglected to change the setting of the tag prefix further in my web.config.
This turned out to be the key, so I had to remove the wrong links in web.config, and that was all.
Thanks to the gang.
source share