I am trying to populate a GridView using Entity Frameworkm but every time I am getting the following error:
GridView
\"Property accessor \'LoanPro
It's a very late answer but I resolved the issue turning off the lazy loading:
db.Configuration.LazyLoadingEnabled = false;