Browse by Tags

All Tags » entitydatasource (RSS)

Fix: 'Unable to load one or more of the requested types' Errors by Ken Cox [MVP]

A long time ago, I reported on an intermittent ‘Could not load file or assembly‘ bug where ASP.NET 4 was encountering a bizarre error on start-up in System.Reflection.RuntimeModule.GetTypes(RuntimeModule module). I neglected to post a follow-up here....

Fix: The type or namespace name 'EntityDataSource' does not exist by Ken Cox [MVP]

Today’s stupid mistake had me going in circles in my Web application project. The error message was: The type or namespace name 'EntityDataSource' does not exist… As the rest of the error message suggests, I must be missing an assembly reference. Nope...
More Posts