on 1 environment noticing error when try attach component in experience editor. ideas? using sitecore 8.
2288 16:33:39 error application error. exception: system.web.httpparseexception message: not load type 'sitecore.support.shell.applications.webedit.palette'. source: system.web @ system.web.ui.templateparser.parsestring(string text, virtualpath virtualpath, encoding fileencoding) @ system.web.ui.templateparser.parsefile(string physicalpath, virtualpath virtualpath) @ system.web.ui.templateparser.parse() @ system.web.compilation.basetemplatebuildprovider.get_codecompilertype() @ system.web.compilation.buildprovider.getcompilertypefrombuildprovider(buildprovider buildprovider) @ system.web.compilation.buildproviderscompiler.processbuildproviders() @ system.web.compilation.buildproviderscompiler.performbuild() @ system.web.compilation.buildmanager.compilewebfile(virtualpath virtualpath) @ system.web.compilation.buildmanager.getvpathbuildresultinternal(virtualpath virtualpath, boolean nobuild, boolean allowcrossapp, boolean allowbuildinprecompile, boolean throwifnotfound, boolean ensureisuptodate) @ system.web.compilation.buildmanager.getvpathbuildresultwithnoassert(httpcontext context, virtualpath virtualpath, boolean nobuild, boolean allowcrossapp, boolean allowbuildinprecompile, boolean throwifnotfound, boolean ensureisuptodate) @ system.web.compilation.buildmanager.getvirtualpathobjectfactory(virtualpath virtualpath, httpcontext context, boolean allowcrossapp, boolean throwifnotfound) @ system.web.compilation.buildmanager.createinstancefromvirtualpath(virtualpath virtualpath, type requiredbasetype, httpcontext context, boolean allowcrossapp) @ system.web.ui.pagehandlerfactory.gethandlerhelper(httpcontext context, string requesttype, virtualpath virtualpath, string physicalpath) @ system.web.httpapplication.materializehandlerexecutionstep.system.web.httpapplication.iexecutionstep.execute() @ system.web.httpapplication.executestep(iexecutionstep step, boolean& completedsynchronously)
nested exception
exception: system.web.httpparseexception message: not load type 'sitecore.support.shell.applications.webedit.palette'. source: system.web @ system.web.ui.templateparser.processexception(exception ex) @ system.web.ui.templateparser.parsestringinternal(string text, encoding fileencoding) @ system.web.ui.templateparser.parsestring(string text, virtualpath virtualpath, encoding fileencoding) nested exception exception: system.web.httpexception message: not load type 'sitecore.support.shell.applications.webedit.palette'. source: system.web @ system.web.ui.templateparser.gettype(string typename, boolean ignorecase, boolean throwonerror) @ system.web.ui.templateparser.processinheritsattribute(string basetypename, string codefilebasetypename, string src, assembly assembly) @ system.web.ui.templateparser.postprocessmaindirectiveattributes(idictionary parsedata)
looks application expecting dll sitecore support not exist in bin directory.
open /sitecore/admin/showconfig.aspx site , check occurrences of sitecore.support. check if related dll file can found if bin folder.
Comments
Post a Comment