Skip to main content

I just signed on to this service and I'm trying to import items. I keep getting this error message and I've no idea what it means. Can someone help?


Server Error in '/' Application.
--------------------------------------------------------------------------------

Procedure 'sp_AddSnipe' expects parameter '@comment', 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 'sp_AddSnipe' expects parameter '@comment', 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 'sp_AddSnipe' expects parameter '@comment', which was not supplied.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +643
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +206
AuctionSniper.Snipes.SnipeDB.AddSnipe(WebSnipe ThisSnipe) +1592
AuctionSniper._ImportSnipes.AddNewSnipe(DataListItem anItem, DataTable anAuctionsTable) +946
AuctionSniper._ImportSnipes.import_btn_Click(Object sender, EventArgs e) +378
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1263




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET Version:1.0.3705.0 Confused
Original Post

Replies sorted oldest to newest

Add Reply

Post
×
×
×
×
Link copied to your clipboard.
×