אופסס...התגלתה שגיאת מערכת!

הודעה נמסרה לצוות הטכני של האתר

חזרה לדף הבית




MESSAGE: An asynchronous operation cannot be started at this time. Asynchronous operations may only be started within an asynchronous handler or module or during certain events in the Page lifecycle. If this exception occurred while executing a Page, ensure that the Page is marked <%@ Page Async="true" %>. This exception may also indicate an attempt to call an "async void" method, which is generally unsupported within ASP.NET request processing. Instead, the asynchronous method should return a Task, and the caller should await it.

SOURCE: System.Web

QUERYSTRING: title=9005391

FORM:

TARGETSITE: Void OperationStarted()

STACKTRACE: at System.Web.AspNetSynchronizationContext.OperationStarted() at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Create() at business.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)