I'd love to be able to read these articles, but all I get is a wierd ASP error. See below.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Procedure 'sdnet_GetArticleCommentsList' expects parameter '@AccountTypeID', which was not supplied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Procedure 'sdnet_GetArticleCommentsList' expects parameter '@AccountTypeID', which was not supplied.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SqlException: Procedure 'sdnet_GetArticleCommentsList' expects parameter '@AccountTypeID', which was not supplied.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +45
System.Data.SqlClient.SqlCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +5
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataTable dataTable, IDbCommand command, CommandBehavior behavior) +28
System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +88
SDNetLib.DAL.ExecuteQuery_sp(String StoredProcedureName, ArrayList _param, String DataTableName, String ConnectString) +307
SDSArticles.Articles.ArticleFactory.GetArticleCommentsByArticleID(Int32 ArticleID) +144
Wincustomize.CArticles.GetArticleCommentsByArticleID(Int32 ArticleID) +131
Wincustomize.UC_ArticleCommentsList.DoDataBind() +120
Wincustomize.UC_ArticleCommentsList.Page_PreRender(Object sender, EventArgs e) +26
System.Web.UI.Control.OnPreRender(EventArgs e) +67
System.Web.UI.Control.PreRenderRecursiveInternal() +62
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1499
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032