hi, with the May CTP release, i used ObjectDataSource controls to supply data from a stored procedure, via the SqlMetal methods for the SP in question. this worked fine. however, when i try it now, the page chucks an exception: [InvalidOperationException: Invalid attempt to Read when reader is closed.] System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout) +502 System.Data.SqlClient.SqlDataReader.Read() +9 System.Data.Linq.SqlClient.ObjectReaderBase.Read() +33 System.Data.Linq.SqlClient.ObjectReader`1.MoveNext()
Read More...