System.Web.HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at dufeksoft.ecommerce.lib.Repositories._BaseRepository.GetKeysForInClause(List`1 keyList, String afterValueTxt) in C:\_D\VS_SDS\domivosport.cz\dufeksoft.ecommerce.web\dufeksoft.ecommerce-lib\Repositories\_BaseRepository.cs:line 27
   at dufeksoft.ecommerce.lib.Repositories.ProductPropertyRepository.GetProductCounts(List`1 propertyKeys, List`1 propertyValueLists, List`1 categoryKeyList, List`1 selectedAvailabilitiesKeyList, List`1 selectedProducersKeyList, List`1 selectedProductPropertiesKeyList) in C:\_D\VS_SDS\domivosport.cz\dufeksoft.ecommerce.web\dufeksoft.ecommerce-lib\Repositories\ProductPropertyRepository.cs:line 66
   at dufeksoft.ecommerce.lib.Models.Ecommerce.CategoryPublicFilterModel_ProductProperties.GetProductCountsForProperties(Guid categoryKey, List`1 productProperties, _EshopModel eshop, List`1 selectedAvailabilitiesKeyList, List`1 selectedProducersKeyList, List`1 selectedProductPropertiesKeyList) in C:\_D\VS_SDS\domivosport.cz\dufeksoft.ecommerce.web\dufeksoft.ecommerce-lib\Models\Ecommerce\CategoryPublicModel.cs:line 1973
   at dufeksoft.ecommerce.lib.Models.Ecommerce.CategoryPublicFilterModel_ProductProperties.GetEnabledProductProperties(Nullable`1 categoryKey, _EshopModel eshop, List`1 selectedAvailabilitiesKeyList, List`1 selectedProducersKeyList, List`1 selectedProductPropertiesKeyList, Boolean ignorProductCountZero) in C:\_D\VS_SDS\domivosport.cz\dufeksoft.ecommerce.web\dufeksoft.ecommerce-lib\Models\Ecommerce\CategoryPublicModel.cs:line 1878
   at dufeksoft.ecommerce.lib.Models.Ecommerce.CategoryPublicFilterModel_ProductProperties.FilterSelectedPropertiesWithAvailableProductCount(Guid categoryKey, List`1 selectedAvailabilityKeyList, List`1 selectedProducerKeyList) in C:\_D\VS_SDS\domivosport.cz\dufeksoft.ecommerce.web\dufeksoft.ecommerce-lib\Models\Ecommerce\CategoryPublicModel.cs:line 1919
   at dufeksoft.ecommerce.lib.Models.Ecommerce.CategoryPublicModel.LoadProducts(_BaseController ctrl, Int32 page) in C:\_D\VS_SDS\domivosport.cz\dufeksoft.ecommerce.web\dufeksoft.ecommerce-lib\Models\Ecommerce\CategoryPublicModel.cs:line 206
   at dufeksoft.ecommerce.lib.Models.Ecommerce.CategoryPublicModel..ctor(_BaseController ctrl, ProductSearchModel searchModel) in C:\_D\VS_SDS\domivosport.cz\dufeksoft.ecommerce.web\dufeksoft.ecommerce-lib\Models\Ecommerce\CategoryPublicModel.cs:line 140
   at dufeksoft.ecommerce.lib.Controllers.Ecommerce.CategoryPublicController.CategoryDetail() in C:\_D\VS_SDS\domivosport.cz\dufeksoft.ecommerce.web\dufeksoft.ecommerce-lib\Controllers\Ecommerce\CategoryPublicController.cs:line 41
   at lambda_method(Closure , ControllerBase , Object[] )
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c.<BeginInvokeSynchronousActionMethod>b__9_0(IAsyncResult asyncResult, ActionInvocation innerInvokeState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_0.<InvokeActionMethodFilterAsynchronouslyRecursive>b__0()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_2.<InvokeActionMethodFilterAsynchronouslyRecursive>b__2()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_2.<InvokeActionMethodFilterAsynchronouslyRecursive>b__2()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_2.<InvokeActionMethodFilterAsynchronouslyRecursive>b__2()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_2.<InvokeActionMethodFilterAsynchronouslyRecursive>b__2()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3_6.<BeginInvokeAction>b__4()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3_1.<BeginInvokeAction>b__1(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.<>c.<BeginExecuteCore>b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
   at System.Web.Mvc.MvcHandler.<>c.<BeginProcessRequest>b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
   at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.<>c__DisplayClass5_0.<Wrap>b__0()
   at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.Wrap[TResult](Func`1 func)
   at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
   at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
   at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage)
   at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm)
   at System.Web.Mvc.Html.ChildActionExtensions.ActionHelper(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues, TextWriter textWriter)
   at System.Web.Mvc.Html.ChildActionExtensions.Action(HtmlHelper htmlHelper, String actionName, String controllerName, RouteValueDictionary routeValues)
   at ASP._Page_Views_MacroPartials_HtmlAction_cshtml.Execute() in C:\Websites\domivosport.es\Views\MacroPartials\HtmlAction.cshtml:line 2
   at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
   at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
   at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
   at Umbraco.Web.Mvc.ProfilingView.Render(ViewContext viewContext, TextWriter writer) in D:\a\1\s\src\Umbraco.Web\Mvc\ProfilingView.cs:line 25
   at Umbraco.Web.Mvc.ControllerExtensions.RenderViewResultAsString(ControllerBase controller, ViewResultBase viewResult) in D:\a\1\s\src\Umbraco.Web\Mvc\ControllerExtensions.cs:line 80
   at Umbraco.Web.Macros.PartialViewMacroEngine.Execute(MacroModel macro, IPublishedContent content) in D:\a\1\s\src\Umbraco.Web\Macros\PartialViewMacroEngine.cs:line 98
   at Umbraco.Web.Macros.MacroRenderer.<>c__DisplayClass17_0.<ExecuteMacroOfType>b__0() in D:\a\1\s\src\Umbraco.Web\Macros\MacroRenderer.cs:line 342
   at Umbraco.Web.Macros.MacroRenderer.ExecuteProfileMacroWithErrorWrapper(MacroModel macro, String msgIn, Func`1 getMacroContent, Func`1 msgErr) in D:\a\1\s\src\Umbraco.Web\Macros\MacroRenderer.cs:line 313
   at Umbraco.Web.Macros.MacroRenderer.ExecuteMacroWithErrorWrapper(MacroModel macro, String msgIn, String msgOut, Func`1 getMacroContent, Func`1 msgErr) in D:\a\1\s\src\Umbraco.Web\Macros\MacroRenderer.cs:line 272
   at Umbraco.Web.Macros.MacroRenderer.ExecuteMacroOfType(MacroModel model, IPublishedContent content) in D:\a\1\s\src\Umbraco.Web\Macros\MacroRenderer.cs:line 339
   at Umbraco.Web.Macros.MacroRenderer.Render(MacroModel macro, IPublishedContent content, IDictionary pageElements) in D:\a\1\s\src\Umbraco.Web\Macros\MacroRenderer.cs:line 245
   at Umbraco.Web.UmbracoComponentRenderer.RenderMacro(IPublishedContent content, String alias, IDictionary`2 parameters) in D:\a\1\s\src\Umbraco.Web\UmbracoComponentRenderer.cs:line 131
   at Umbraco.Web.UmbracoComponentRenderer.RenderMacro(Int32 contentId, String alias, IDictionary`2 parameters) in D:\a\1\s\src\Umbraco.Web\UmbracoComponentRenderer.cs:line 102
   at ASP._Page_Views_Partials_grid_editors_Macro_cshtml.Execute() in C:\Websites\domivosport.es\Views\Partials\grid\editors\Macro.cshtml:line 15
   at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()
   at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()
   at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)
   at Umbraco.Web.Mvc.ProfilingView.Render(ViewContext viewContext, TextWriter writer) in D:\a\1\s\src\Umbraco.Web\Mvc\ProfilingView.cs:line 25
   at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData)
   at ASP._Page_Views_Partials_grid_editors_Base_cshtml.Execute() in C:\Websites\domivosport.es\Views\Partials\grid\editors\Base.cshtml:line 20

Valoramos su privacidad.

Este sitio utiliza cookies para brindarle una excelente experiencia de navegación. Puede encontrar toda la información importante en la página de Cookies. Las cookies necesarias se habilitan automáticamente. Si está de acuerdo en aceptar todas las cookies que se encuentran en este sitio web, puede confirmarlo haciendo clic en el botón "Aceptar y continuar". Si desea ajustar su configuración, haga clic en el botón “Editar configuración de cookies”.