'Invalid attempt to read when no data is present' - exception happens "sometimes" in Entity Framewo
- by Saravanan
I get the above error sometimes during the read. The exception originates from ASP.NET SqlDataReader whenever you try to read data before calling the Read() method. Since EF does all these internally, I am wondering what else can cause this error. could it be network (or) db connectivity?
thanks