Hi there,
while createing a new issue I get an error. At the log this is displayed:
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.IndexOutOfRangeException: NotificationCulture
at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
at BugNET.Providers.DataProviders.SqlDataProvider.GenerateIssueNotificationListFromReader(IDataReader returnData, List`1& issueNotificationList)
at BugNET.Providers.DataProviders.SqlDataProvider.ExecuteReaderCmd[T](SqlCommand sqlCmd, GenerateListFromReader`1 gcfr, List`1& list)
at BugNET.Providers.DataProviders.SqlDataProvider.GetIssueNotificationsByIssueId(Int32 issueId)
at BugNET.BLL.IssueNotificationManager.SendIssueAddNotifications(Int32 issueId)
at BugNET.Issues.IssueDetail.SaveIssue()
at BugNET.Issues.IssueDetail.LnkSaveClick(Object sender, EventArgs e)
at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.HttpContext.InvokeCancellableCallback(WaitCallback callback, Object state)
at System.Web.UI.Page.LegacyAsyncPageBeginProcessRequest(HttpContext context, AsyncCallback callback, Object extraData)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)