微信
System.InvalidOperationException: 阅读器关闭时尝试调用 NextResult 无效。
在 System.Data.SqlClient.SqlDataReader.TryNextResult(Boolean& more)
在 System.Data.SqlClient.SqlDataReader.NextResult()
在 MZ.Data.SqlMapper.GridReader.NextResult() 位置 F:\newsvn\hngj\MZ.Data\Core\SqlMapper.cs:行号 2838
在 MZ.Data.SqlMapper.GridReader.<ReadDeferred>d__74`1.<>m__Finally75() 位置 F:\newsvn\hngj\MZ.Data\Core\SqlMapper.cs:行号 2830
在 MZ.Data.SqlMapper.GridReader.<ReadDeferred>d__74`1.System.IDisposable.Dispose() 位置 F:\newsvn\hngj\MZ.Data\Core\SqlMapper.cs:行号 0
在 MZ.Data.SqlMapper.GridReader.<ReadDeferred>d__74`1.MoveNext() 位置 F:\newsvn\hngj\MZ.Data\Core\SqlMapper.cs:行号 2833
在 System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
在 System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
在 MZ.Data.SqlMapper.GridReader.Read[T](Boolean buffered) 位置 F:\newsvn\hngj\MZ.Data\Core\SqlMapper.cs:行号 2694
在 MZ.Data.Extensions.SqlMapperExtensions.Page[T](IDbConnection connection, Int32 pageIndex, Int32 pageSize, Int32& totalRow, LinqQuery`1 query, String tableName, IDbTransaction transaction, Nullable`1 commandTimeout) 位置 F:\newsvn\hngj\MZ.Data\Core\SqlMapperExtensions.cs:行号 381
在 MZ.Data.RepositoryBase`1.Page(Int32 pageIndex, Int32 pageSize, Int32& totalRow, LinqQuery`1 query) 位置 F:\newsvn\hngj\MZ.Data\Repository\RepositoryBase.cs:行号 118
在 MZ.Data.EquipmentRepository.Page(Int32 pageIndex, Int32 pageSize, Int32& totalRow, LinqQuery`1 query) 位置 F:\newsvn\hngj\MZ.Data\Repository\EquipmentRepository.cs:行号 54
在 MZ.Web.Controllers.EquipmentController.Index(Nullable`1 type, Nullable`1 cate, Nullable`1 brand, Nullable`1 place, Nullable`1 city, String name, Int32 page) 位置 F:\newsvn\hngj\MZ.Web\Controllers\EquipmentController.cs:行号 114
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12()
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
在 System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14()
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)