I got this error"System.Exception: Creation of new employee aborted. ---> SD.LLBLGen.Pro.ORMSupportClasses.ORMQueryExecutionException: An exception was caught during the execution of an action query: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. The statement has been terminated.. Check InnerException, QueryExecuted and Parameters of this exception to examine the cause of this exception. at SD.LLBLGen.Pro.ORMSupportClasses.ActionQuery.Execute() at SD.LLBLGen.Pro.ORMSupportClasses.BatchActionQuery.Execute() at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.ExecuteActionQuery(IActionQuery queryToExecute) at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.PersistQueue(ArrayList queueToPersist, Boolean insertActions) at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.SaveEntity(IEntity2 entityToSave, Boolean refetchAfterSave, IPredicateExpression updateRestriction, Boolean recurse) at SD.LLBLGen.Pro.ORMSupportClasses.DataAccessAdapterBase.SaveEntity(IEntity2 entityToSave, Boolean refetchAfterSave) at App2.BLL.EmployeeUtility.CreateNewEmployee(String pmFName, String pmLName, String pmMI, String pmSSN) --- End of inner exception stack trace --- at App2.BLL.EmployeeUtility.CreateNewEmployee(String pmFName, String pmLName, String pmMI, String pmSSN) at App2.BLL.EmployeeUtility.CreateNewEmployee(String pmFName, String pmLName, String pmSSN) at page2.Page_Load(Object sender, EventArgs e)
I'm not sure what cause the error because the application was working fine, and today it just threw the error Would someone explain it to me please.
thanks
lss