episerver block not working with xforms -
i'm having problem getting xforms work in block in episerver 7. it's webforms , not mvc.
xforms works when put them on normal page, when use them on blocks null exception. see below.
description: unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code. exception details: system.argumentnullexception: value cannot null. parameter name: virtualpath source error: unhandled exception generated during execution of current web request. information regarding origin , location of exception can identified using exception stack trace below. stack trace: [argumentnullexception: value cannot null. parameter name: virtualpath] system.web.virtualpath.create(string virtualpath, virtualpathoptions options) +11610798 episerver.web.templatecontrolloader.loadcontrol(httpcontextbase httpcontext, type rendertype, object renderdata, templatecontrol templatecontrol, string tag, action`2 binddataaction) +214 episerver.web.templatecontrolloader.loadcontrol(httpcontextbase httpcontext, icontentdata contentdata, templatecontrol templatecontrol, string tag) +223 episerver.cms.shell.movetoplatform.personalizationcontentcontrolresolver.resolvecontentcontrols(contentarea contentarea, control parentcontrol, string tag, string itemcssclass, string itemtagname, boolean enableeditfeatures) +870 episerver.web.propertycontrols.propertycontentareacontrol.getcontentrenderers(boolean enableeditfeatures) +598 episerver.web.propertycontrols.propertycontentareacontrol.createcontentareacontrols(boolean enableeditfeatures) +130 episerver.web.propertycontrols.propertydatacontrol.createchildcontrols() +103 system.web.ui.control.ensurechildcontrols() +182 episerver.web.webcontrols.property.createchildcontrols() +600 system.web.ui.control.ensurechildcontrols() +182 system.web.ui.control.prerenderrecursiveinternal() +60 system.web.ui.control.prerenderrecursiveinternal() +222 system.web.ui.control.prerenderrecursiveinternal() +222 system.web.ui.control.prerenderrecursiveinternal() +222 system.web.ui.control.prerenderrecursiveinternal() +222 system.web.ui.control.prerenderrecursiveinternal() +222 system.web.ui.control.prerenderrecursiveinternal() +222 system.web.ui.control.prerenderrecursiveinternal() +222 system.web.ui.control.prerenderrecursiveinternal() +222 system.web.ui.page.processrequestmain(boolean includestagesbeforeasyncpoint, boolean includestagesafterasyncpoint) +4201
i tried compare alloy templates, find no difference should break this.
i tried debug, doesn't stop @ break points give information.
anyone know problem be? thankful help.
i found solution problem, not why problem occured. guess episerver cached renderer , try access older version of did not exist.
solution renderer block seemed corrupt in way. did delete webcontrol renderer, enter edit mode , error "no renderer found block , create again.
so problem problem seems not have been xforms module.
Comments
Post a Comment