jessicashute
New member
- Joined
- Jun 19, 2008
- Messages
- 1
- Programming Experience
- 1-3
We occasionally have a problem where our data reader throws a null object expection and sets the process we have running at the time to failed. The error message we are able to capture is:
We think the data reader is losing the results of the SP somehow but aren't sure how to go about debugging this problem. Can anyone provide any advice?
Thanks,
Jessica
StackTrace " at System.Data.SqlClient.SqlDataReader.GetSqlInt32(Int32 i)
at System.Data.SqlClient.SqlDataReader.GetInt32(Int32 i)
at Ags.SpinII.ServiceControl.Product.DataProductService.Produce(Request aRequest) in D:\jz3m7m_SPIN2-Dev_Bugfix\SP2-DEV\SP2-SRC\Ags.Spin2\Solutions\MainSolution\Ags.Spin2.ServiceControl\DataProductService.vb:line 414" String
We think the data reader is losing the results of the SP somehow but aren't sure how to go about debugging this problem. Can anyone provide any advice?
Thanks,
Jessica