When using a Stored procedure on SQL 2008 and C# 4.0, I am unable to retrieve OUTPUT information and return info from a Select statement. I keep getting \"Object reference n
According to, http://msdn.microsoft.com/en-us/library/ms971497, you must close the datareader before you process the output parameters.