• Home
  • Blog
  • About Me
  • Home
  • Blog
  • About Me
Power Platform

Dynamic Data – The ContextType property of control ‘EntityDataSource1’ must specify a data context.

By Joe Gill  Published On 21st April 2009

If you ever get this type of error using Dynamic Data when creating you own Dynamic Data pages then you need to add to the markup the ContextTypeName with the fully qualified namesapace and class name of your entity context object eg.

asp:EntityDataSource ContextTypeName=”YourModelNameSpace.YourEntitiesContext”


Leave A Reply Cancel reply

You must be logged in to post a comment.

Cork talk on using CLR inside SQL Server
Previous Article
Entity Framework - Functions are a pain
Next Article