Al dar crear o editar una plaza me devuelve este error. La acción 'Create' del controlador 'Plaza' ha lanzado la excepción 'HttpException' con el mensaje: Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerWrapper'. Ocultar información técnica System.Web.HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerWrapper'. ---> System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Aseinfo.Infrastructure.Base.Exceptions.MissingConfigurationInformationException: El CodeCombo PlazasJefeEnDependenciaPlaza no está registrado para el controller Aseinfo.VH4.Estructura.Controllers.PlazaController (Area:Estructura, ControllerName:Plaza). Verificar la configuración del controller. at Aseinfo.Infrastructure.Common.Extensions.EntryPoints.MetadataEntryPoint.GetCodeCombo(String codigo) in c:BuildAgentwork608d469cc106b504InfrastructureCommonExtensionsEntryPointsMetadataEntryPoint.cs:line 200 at Aseinfo.Infrastructure.Common.Extensions.CodeComboExtensions.CodeCombo(HtmlHelper helper, String fieldName, String codigoCodeCombo, String parametersViewDataKey, String valorCodigo, String valorTexto, Boolean synchronizeValues, Object htmlAttributesCodigo, Object htmlAttributesTexto) in c:BuildAgentwork608d469cc106b504VH4UIWebWebControlsExtensionsCodeComboExtensions.cs:line 232 at Aseinfo.Infrastructure.Common.Extensions.CodeComboExtensions.CodeCombo(HtmlHelper helper, String fieldName, String codigoCodeCombo, String parametersViewDataKey, String valorCodigo, String valorTexto, Boolean synchronizeValues) in c:BuildAgentwork608d469cc106b504VH4UIWebWebControlsExtensionsCodeComboExtensions.cs:line 166 at ASP.areas_estructura_views_plaza_createoredit_aspx.RenderContent1(HtmlTextWriter w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at ASP.views_shared_site_master.Rendercontrol1(HtmlTextWriter w, Control parameterContainer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.Mvc.ViewPage.ProcessRequest(HttpContext context) at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.<>cDisplayClass4.<wrap>b__3() at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.WrapTResult at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func asked 13 Jan '14, 17:27 Daniel Flores |
El error es: El CodeCombo PlazasJefeEnDependenciaPlaza no está registrado para el controller Aseinfo.VH4.Estructura.Controllers.PlazaController (Area:Estructura, ControllerName:Plaza). Verificar la configuración del controller Entonces, segui las indicaciones que dice el error. En la pantalla de CodeCombos, busca 'PlazasJefeEnDependenciaPlaza' y asegurate que esté asociado al controlador Estructura/Plaza answered 13 Jan '14, 18:38 Fernando Paz ♦♦ |