ORA-01453: SET TRANSACTION must be first statement of 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.OracleClient.OracleException: ORA-01453: SET TRANSACTION must be first statement of transaction
Source Error:
Line 412: }
Line 413:
Line 414: _dataservice.SaveEntity(webs, false);
Line 415:
Line 416: Response.Redirect("default.aspx");