• 尊龙凯时人生就是赢



  • Server Error in '/' Application.

    Cannot access a disposed object.
    Object name: 'SQLiteConnection'.

    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.ObjectDisposedException: Cannot access a disposed object.
    Object name: 'SQLiteConnection'.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and locations of the exception can be identified using the exception stack trace below.

    Stack Trace:

    
    [ObjectDisposedException: Cannot access a disposed object.
    Object name: 'SQLiteConnection'.]
       System.Data.SQLite.SQLiteConnection.CheckDisposed() +68
       System.Data.SQLite.SQLiteConnection.get_State() +9
       System.Data.SQLite.SQLiteDataReader.CheckClosed() +69
       System.Data.SQLite.SQLiteDataReader.Read() +19
       NHibernate.Driver.NHybridDataReader.Read() +14
       NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +688
       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 (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12) and this_.[IsDeleted] = @p13 ]
      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 (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8, @p9, @p10, @p11, @p12) and this_.[IsDeleted] = @p13]]
       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() +2236
       Systen.Cms.TemplateEngine.TagHelpers.<ProcessAsync>d__51.YUR9EuvVN8hnAXQpJAc(Object ) +41
       Systen.Cms.TemplateEngine.TagHelpers.<ProcessAsync>d__51.MoveNext() +1126
       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
    


    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4770.0


  • XML地图