Prizes & Awards
My Profile
Active Members
TodayLast 7 Days
more...
|
New Feature: Community Sites:
Create your own .NET community website and start earning from Google AdSense !
It's Free !
|
error while running my asp.net application
Posted Date:
30 May 2008
Total Responses:
1
|
Posted By: G.Hemadribabu Member Level: Gold Points: 1
|
hi all i had created a asp.net project , and it was runnign correctly , suddenly some problem has occuredd, i dont understand wht it is , i am gettign this error at the time whwen i run this application
the error is
Server Error in '/CPPENEW' Application.
Record is deleted. 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.OleDb.OleDbException: Record is deleted.
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:
[OleDbException (0x80004005): Record is deleted.] System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) +65 System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +181 System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +307 System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +77 System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +188 System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +122 System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +29 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +183 System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +308 System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +152 System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +2868 System.Web.UI.WebControls.AccessDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +179 System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) +65 System.Web.UI.WebControls.ListControl.PerformSelect() +32 System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +99 System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +92 System.Web.UI.WebControls.BaseDataBoundControl.OnPreRender(EventArgs e) +33 System.Web.UI.WebControls.ListControl.OnPreRender(EventArgs e) +31 System.Web.UI.Control.PreRenderRecursiveInternal() +148 System.Web.UI.Control.PreRenderRecursiveInternal() +233 System.Web.UI.Control.PreRenderRecursiveInternal() +233 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4421
|
Responses
|
| Author: Arun Rajan 30 May 2008 | Member Level: Gold | Rating: Points: 1 | Can you replicate this issue? I believe, somebody else (or may be your own code) would have deleted the record your datareader was trying to retrieve. Either use cursor lock, or use dataset instead to avoid this kind of errors in future.
|
| Post Reply |
|
|
|
You must Sign In to post a response.
|
|
|
|