My forum has crashed and I am getting this error code:
The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.
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: The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.
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 (0x80131904): The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +862234
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +739110
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1956
System.Data.SqlClient.SqlInternalConnectionTds.ExecuteTransactionPreYukon(TransactionRequest transactionRequest, String transactionName, IsolationLevel iso, SqlInternalTransaction internalTransaction) +607
System.Data.SqlClient.SqlInternalConnectionTds.ExecuteTransaction(TransactionRequest transactionRequest, String name, IsolationLevel iso, SqlInternalTransaction internalTransaction) +140
System.Data.SqlClient.SqlInternalTransaction.Commit() +184
System.Data.SqlClient.SqlTransaction.Commit() +146
yaf.DB.GetData(SqlCommand cmd) +544
yaf.DB.pageload(Object SessionID, Object boardID, Object User, Object IP, Object Location, Object Browser, Object Platform, Object CategoryID, Object ForumID, Object TopicID, Object MessageID) +379
[ApplicationException: Sql Exception with error number 3902 (Tries=0)]
yaf.DB.pageload(Object SessionID, Object boardID, Object User, Object IP, Object Location, Object Browser, Object Platform, Object CategoryID, Object ForumID, Object TopicID, Object MessageID) +692
yaf.pages.ForumPage.ForumPage_Load(Object sender, EventArgs e) +1829
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
How can I fix this issue. My forum is very active and now we have no ability to access it and my tech guys have no idea how to fix this.
Any help and I would be deeply in your dept...