<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Commerce Starter Kit</title><link>http://forums.asp.net/84.aspx</link><description>Discuss the Commerce Starter Kit Installation Package and Source Code for ASP.NET 1.x.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: OrdersDetail error on commerce starter kit code</title><link>http://forums.asp.net/thread/365370.aspx</link><pubDate>Tue, 14 Oct 2003 01:55:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:365370</guid><dc:creator>bluesjazz</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/365370.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=365370</wfw:commentRss><description>Hi,
&lt;br /&gt;

&lt;br /&gt;
Thanks a lot of your information. It's solved my problem. 
&lt;br /&gt;

&lt;br /&gt;
lINN
&lt;br /&gt;</description></item><item><title>Re: OrdersDetail error on commerce starter kit code</title><link>http://forums.asp.net/thread/364262.aspx</link><pubDate>Sun, 12 Oct 2003 22:05:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:364262</guid><dc:creator>Paul H</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/364262.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=364262</wfw:commentRss><description>Hi there,
&lt;br /&gt;
Firstly I'm a novice (at this 3 months) so this could be total BS but I'm sure
&lt;br /&gt;
some one will correct me if I'm wrong.
&lt;br /&gt;
Check the output parameters in your stored procedure against the ones required
&lt;br /&gt;
for the dataset, one could be missing.
&lt;br /&gt;

&lt;br /&gt;
Hope this is of some help.
&lt;br /&gt;

&lt;br /&gt;
Paul
&lt;br /&gt;</description></item><item><title>OrdersDetail error on commerce starter kit code</title><link>http://forums.asp.net/thread/361173.aspx</link><pubDate>Thu, 09 Oct 2003 03:14:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:361173</guid><dc:creator>bluesjazz</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/361173.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=84&amp;PostID=361173</wfw:commentRss><description>Hi,
&lt;br /&gt;

&lt;br /&gt;
I have no problem for the rest of the pages when i reused the sorce code of commerce starter kit but i got the following errors when everytime I Clicked order details on Order List page. Please advise.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Server Error in '/MusicStore' Application. 
&lt;br /&gt;

&lt;br /&gt;
Procedure or function OrdersDetail has too many arguments specified. 
&lt;br /&gt;
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. 
&lt;br /&gt;

&lt;br /&gt;
Exception Details: System.Data.SqlClient.SqlException: Procedure or function OrdersDetail has too many arguments specified.
&lt;br /&gt;

&lt;br /&gt;
Source Error: 
&lt;br /&gt;

&lt;br /&gt;
Line 121:            ' Create and Fill the DataSet
&lt;br /&gt;
Line 122:            Dim myDataSet As New DataSet()
&lt;br /&gt;
Line 123:            myCommand.Fill(myDataSet, &amp;quot;OrderItems&amp;quot;)
&lt;br /&gt;
Line 124:
&lt;br /&gt;
Line 125:            ' ship date is null if order doesn't exist, or belongs to a different user
&lt;br /&gt;

&lt;br /&gt;
Source File: C:\Inetpub\wwwroot\MusicStore\Components\OrdersDB.vb Line: 123 
&lt;br /&gt;

&lt;br /&gt;
Stack Trace: 
&lt;br /&gt;

&lt;br /&gt;
 [SqlException: Procedure or function OrdersDetail has too many arguments specified.]    System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +629    System.Data.SqlClient.SqlCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +9    System.Data.Common.DbDataAdapter.Fill(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +118    System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +102    System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +36    MusicStore.MusicStore.OrdersDB.GetOrderDetails(Int32 orderID, String customerID) in C:\Inetpub\wwwroot\MusicStore\Components\OrdersDB.vb:123    MusicStore.OrderDetailsPage.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\MusicStore\OrderDetails.aspx.vb:44    System.Web.UI.Control.OnLoad(EventArgs e) +67    System.Web.UI.Control.LoadRecursive() +73    System.Web.UI.Page.ProcessRequestMain() +394
&lt;br /&gt;</description></item></channel></rss>