Jeg har forsøgt at sende en PB 4 gange og hver gang kommer denne meddelelse:
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: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
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): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +212
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +245
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2811
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +2481516
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +2483169
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +424
System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +522
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +182
CommunityServer.Data.MessagesSqlDataProvider.InsertIntoMessagesTable(MessageBase message, SqlConnection connection, SqlTransaction transaction) +457
CommunityServer.Data.MessagesSqlDataProvider.StartConversation(ConversationMessage message, Int32[] participantIds) +218
CommunityServer.Messages.Messaging.StartConversation(ConversationMessage message, Int32[] participantIds) in C:\Users\Claus\Documents\Source\Workspace\Amino CS\Amino\CommunityServer.Web.SDK\CommunityServer.Messages\Messaging.cs:988
CommunityServer.Messages.ConversationMessage.SendTo(User[] participants) in C:\Users\Claus\Documents\Source\Workspace\Amino CS\Amino\CommunityServer.Web.SDK\CommunityServer.Messages\ConversationMessage.cs:65
CommunityServer.Messages.Controls.CreateEditConversationForm.SaveMessage(ConversationMessage message) in C:\Users\Claus\Documents\Source\Workspace\Amino CS\Amino\CommunityServer.Web.SDK\CommunityServer.Messages\Controls\Forms\CreateEditConversationForm.cs:288
CommunityServer.Messages.Controls.CreateEditConversationForm.SubmitButton_Click(Object sender, EventArgs e) in C:\Users\Claus\Documents\Source\Workspace\Amino CS\Amino\CommunityServer.Web.SDK\CommunityServer.Messages\Controls\Forms\CreateEditConversationForm.cs:242
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +140
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981
|
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.