Server Error in '/' Application.

D

Danny

Hi,

we just have launched our first beta version of our new product page which
was developed with ASP.NET.

Now we noticed that we sometimes get the error attached below.
After a little web research, we then could find out, it's a bug of the
latest .NET framework and that there is a hotfix out
(http://support.microsoft.com/?scid=kb;en-us;932491&x=15&y=13).

My problem is, that our provider does not accept hotfixes and told us, they
will install only well-tested updates, which I can understand.

Does anyone know, if this error is already solved in a never version of the
..NET framework or with some "official" update and not only within a
hotfix?!!

It's really important to us to have a solution for that, elsewhise potential
customers will be disappointed by our webpage and leave it right after the
error appeared.

Thanks!

Regards
Danny


Now the detailed error message:

Server Error in '/' Application.

--------------------------------------------------------------------------------

DataTable internal index is corrupted: '5'.
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.InvalidOperationException: DataTable internal
index is corrupted: '5'.

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:


[InvalidOperationException: DataTable internal index is corrupted: '5'.]
System.Data.RBTree`1.RBInsert(Int32 root_id, Int32 x_id, Int32 position)
+431
System.Data.RBTree`1.RBInsert(Int32 root_id, Int32 x_id, Int32 position)
+846
System.Data.Index.InsertRecord(Int32 record, Boolean fireEvent) +64
System.Data.Index.ApplyChangeAction(Int32 record, Int32 action) +54
System.Data.DataTable.RecordStateChanged(Int32 record1, DataViewRowState
oldState1, DataViewRowState newState1, Int32 record2, DataViewRowState
oldState2, DataViewRowState newState2) +250
System.Data.DataTable.SetNewRecordWorker(DataRow row, Int32 proposedRecord,
DataRowAction action, Boolean isInMerge, Int32 position, Boolean fireEvent,
Exception& deferredException) +660
System.Data.DataTable.InsertRow(DataRow row, Int32 proposedID, Int32 pos,
Boolean fireEvent) +254
System.Data.DataTable.LoadDataRow(Object[] values, Boolean fAcceptChanges)
+108
System.Data.ProviderBase.SchemaMapping.LoadDataRow() +84
System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) +140
System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable
datatable, String srcTable, DataReaderContainer dataReader, Int32
startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object
parentChapterValue) +153
System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader
dataReader, Int32 startRecord, Int32 maxRecords) +283
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[]
datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand
command, CommandBehavior behavior) +221
System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32
startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
+162
System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +107
StreamTecConfigTableAdapters.TabTableAdapter.Fill(TabDataTable dataTable)
+105
myStreamTec.StreamTecConfiguration.GetSiteSettings() +196
myStreamTec.Global.Application_BeginRequest(Object sender, EventArgs e) +130
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +64
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top