Hi all !
I've got exactelly the same error with SPs and the SubSonic-2.1-Final.
The error was : Object no set to a reference !
at SubSonic.DataService.GetReader(QueryCommand cmd) in C:\svn\subsonicproject\trunk\SubSonic\DataProviders\DataService.cs:line 493
at SubSonic.StoredProcedure.GetReader() in C:\svn\subsonicproject\trunk\SubSonic\ActiveRecord\StoredProcedure.cs:line 195
at Admin_Default.LoadGraphics() in c:\Documents and Settings\Guillaume\Mes documents\Visual Studio 2005\Projects\EvalorhaSln\EvalorhaWeb\Default.aspx.cs:line 43
at Admin_Default.PopulateControls() in c:\Documents and Settings\Guillaume\Mes documents\Visual Studio 2005\Projects\EvalorhaSln\EvalorhaWeb\Default.aspx.cs:line 72
at Admin_Default.Page_Load(Object sender, EventArgs e) in c:\Documents and Settings\Guillaume\Mes documents\Visual Studio 2005\Projects\EvalorhaSln\EvalorhaWeb\Default.aspx.cs:line 25
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Then I rall back to SubSonic-2.1-RC1, and all things went good !
Why do SubSonic-2.1-RC1 can call my SPs and not SubSonic-2.1-Final ?
Thank you !