Dynamic Data IObjectContextAdapter missing reference
Getting this to compile turned out to be very easy. I needed to add:
using System.Data.Entity.Infrastructure;
to Global.asax.cs. Seems that the T4 template does not include this be default.
Getting this to compile turned out to be very easy. I needed to add:
using System.Data.Entity.Infrastructure;
to Global.asax.cs. Seems that the T4 template does not include this be default.