I am using entity framework with VS 2008. I am getting error "The ObjectContext instance has been disposed and can no longer be used for operations that require a connection."
This can be avoided by setting LazyLoadingEnable=false but it is supported by EF4 and .Net framework 4 vs2010
Is there any alternative for vs2008 to remove this error?