[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 this_.[Id] as column1_12_0_, this_.[Name] as column2_12_0_, this_.[Alias] as column3_12_0_, this_.[ParentId] as column4_12_0_, this_.[OrderNumber] as column5_12_0_, this_.[MenuType] as column6_12_0_, this_.[LinkUrl] as column7_12_0_, this_.[Target] as column8_12_0_, this_.[ImageUrl] as column9_12_0_, this_.[CreateUserId] as column10_12_0_, this_.[UpdateUserId] as column11_12_0_, this_.[Note] as column12_12_0_, this_.[Title] as column13_12_0_, this_.[Keywords] as column14_12_0_, this_.[Description] as column15_12_0_, this_.[CreateTime] as column16_12_0_, this_.[LastUpdateTime] as column17_12_0_, this_.[IsShow] as column18_12_0_, this_.[IsDeleted] as column19_12_0_, this_.[SiteId] as column20_12_0_, this_.[MenuGroupIds] as column21_12_0_, this_.[FullPath] as column22_12_0_, this_.[TemplateAlias] as column23_12_0_, this_.[EnName] as column24_12_0_ FROM CmsCore_Menu this_ WHERE this_.[IsDeleted] = @p0 ]
Name:cp0 - Value:False
[SQL: SELECT this_.[Id] as column1_12_0_, this_.[Name] as column2_12_0_, this_.[Alias] as column3_12_0_, this_.[ParentId] as column4_12_0_, this_.[OrderNumber] as column5_12_0_, this_.[MenuType] as column6_12_0_, this_.[LinkUrl] as column7_12_0_, this_.[Target] as column8_12_0_, this_.[ImageUrl] as column9_12_0_, this_.[CreateUserId] as column10_12_0_, this_.[UpdateUserId] as column11_12_0_, this_.[Note] as column12_12_0_, this_.[Title] as column13_12_0_, this_.[Keywords] as column14_12_0_, this_.[Description] as column15_12_0_, this_.[CreateTime] as column16_12_0_, this_.[LastUpdateTime] as column17_12_0_, this_.[IsShow] as column18_12_0_, this_.[IsDeleted] as column19_12_0_, this_.[SiteId] as column20_12_0_, this_.[MenuGroupIds] as column21_12_0_, this_.[FullPath] as column22_12_0_, this_.[TemplateAlias] as column23_12_0_, this_.[EnName] as column24_12_0_ FROM CmsCore_Menu this_ WHERE this_.[IsDeleted] = @p0]]
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.List() +58
Systen.Framework.Dao.GenericDao`1.GetList(ICriterion[] criterions) +307
Systen.Cms.Core.Service.MenuService.GetAllByCache() +243
Systen.Cms.Core.Service.MenuService.GetMenuCacheByFullPath(String fullPath) +198
Castle.Proxies.Invocations.IMenuService_GetMenuCacheByFullPath.InvokeMethodOnTarget() +74
Castle.DynamicProxy.AbstractInvocation.Proceed() +57
Castle.Facilities.AutoTx.TransactionInterceptor.Intercept(IInvocation invocation) +129
Castle.DynamicProxy.AbstractInvocation.Proceed() +89
Castle.Proxies.IMenuServiceProxy.GetMenuCacheByFullPath(String fullPath) +134
Systen.Cms.Core.Route.ContentPageRoute.UlCGwlOSYTyaueAKJfy(Object , Object ) +45
Systen.Cms.Core.Route.ContentPageRoute.GetRouteData(HttpContextBase httpContext) +6669
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
|