[IndexOutOfRangeException: Index was outside the bounds of the array.]
System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +13134334
System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value) +16
Iesi.Collections.Generic.DictionarySet`1.Add(T o) +143
NHibernate.AdoNet.AbstractBatcher.Generate(CommandType type, SqlString sqlString, SqlType[] parameterTypes) +139
NHibernate.AdoNet.AbstractBatcher.PrepareQueryCommand(CommandType type, SqlString sql, SqlType[] parameterTypes) +18
NHibernate.Loader.Loader.PrepareQueryCommand(QueryParameters queryParameters, Boolean scroll, ISessionImplementor session) +98
NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +146
NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +126
NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) +151
[GenericADOException: could not execute query
[ SELECT count(*) as y0_ FROM CmsPictureArticles_PictureArticle this_ WHERE this_.[MenuId] in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and this_.[IsDeleted] = ? ]
Name:cp0 - Value:12 Name:cp1 - Value:13 Name:cp2 - Value:14 Name:cp3 - Value:25 Name:cp4 - Value:30 Name:cp5 - Value:33 Name:cp6 - Value:36 Name:cp7 - Value:37 Name:cp8 - Value:38 Name:cp9 - Value:39 Name:cp10 - Value:40 Name:cp11 - Value:2 Name:cp12 - Value:2 Name:cp13 - Value:False
[SQL: SELECT count(*) as y0_ FROM CmsPictureArticles_PictureArticle this_ WHERE this_.[MenuId] in (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) and this_.[IsDeleted] = ?]]
NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) +239
NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) +18
NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) +79
NHibernate.Impl.SessionImpl.List(CriteriaImpl criteria, IList results) +645
NHibernate.Impl.CriteriaImpl.List(IList results) +49
NHibernate.Impl.CriteriaImpl.UniqueResult() +40
Systen.Framework.Dao.GenericDao`1.GetPagedList(Int32 pageSize, Int32 pageNumber, IList`1 criterionList, Order order, Int32& totalRecordCount) +449
Systen.Cms.PictureArticles.Service.PictureArticleService.GetGraphicPageList(Int32 pageSize, Int32 pageNumber, Int32& pageCount, Int32[] menuids, String title, String contentType, String orderStr) +1322
Castle.Proxies.Invocations.IPictureArticleService_GetGraphicPageList.InvokeMethodOnTarget() +329
Castle.DynamicProxy.AbstractInvocation.Proceed() +57
Castle.Facilities.AutoTx.TransactionInterceptor.Intercept(IInvocation invocation) +129
Castle.DynamicProxy.AbstractInvocation.Proceed() +89
Castle.Proxies.IPictureArticleServiceProxy.GetGraphicPageList(Int32 pageSize, Int32 pageNumber, Int32& pageCount, Int32[] menuids, String title, String contentType, String orderStr) +271
Systen.Cms.PictureArticles.TagHelpers.PictureListTagHelper.GetDataSource() +2235
Systen.Cms.TemplateEngine.TagHelpers.<ProcessAsync>d__51.YUR9EuvVN8hnAXQpJAc(Object ) +41
Systen.Cms.TemplateEngine.TagHelpers.<ProcessAsync>d__51.MoveNext() +1098
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +102
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +64
Microsoft.AspNetCore.Razor.Runtime.TagHelpers.<RunAsync>d__0.MoveNext() +329
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +102
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +64
System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task) +26
Systen.TemplateEngine.IP056.<ExecuteAsync>d__c6.MoveNext() in :144
[AggregateException: One or more errors occurred.]
System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) +4320058
System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) +12771405
System.Threading.Tasks.Task.Wait() +16
Systen.Cms.Core.Route.CreateHtmlHelper.XtQA5Wd1omQkuwkSylI(Object ) +33
Systen.Cms.Core.Route.CreateHtmlHelper.GetHtml(TemplatePageBase templatePage, DynamicTemplateData templateParameters, String outHtmlFullPath) +387
System.Dynamic.UpdateDelegates.UpdateAndExecute4(CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3) +758
Systen.Cms.Core.Route.ContentPageRoute.WriteHtml(HttpContextBase httpContext, Site dataSourceSite, TemplatePageBase templatePage, IDictionary`2 templateParameters, String urlFileName) +3944
Systen.Cms.Core.Route.ContentPageRoute.GetRouteData(HttpContextBase httpContext) +2782
System.Web.Routing.RouteCollection.GetRouteData(HttpContextBase httpContext) +237
System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context) +63
System.Web.Routing.UrlRoutingModule.OnApplicationPostResolveRequestCache(Object sender, EventArgs e) +85
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +144
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +50
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73
|