Unable to cast object of type 'System.Web.Configuration.ScriptingScriptResourceHandlerSection'
With 4.0.3 I seem to get the following error after adding it to a document type. It only happens for documents that have this data-type to and has just started after I added this data-type.
Unable to cast object of type
'System.Web.Configuration.ScriptingScriptResourceHandlerSection' to
type 'System.Web.Configuration.ScriptingScriptResourceHandlerSection'.
Unable to cast object of type 'System.Web.Configuration.ScriptingScriptResourceHandlerSection'
With 4.0.3 I seem to get the following error after adding it to a document type. It only happens for documents that have this data-type to and has just started after I added this data-type.
Unable to cast object of type 'System.Web.Configuration.ScriptingScriptResourceHandlerSection' to type 'System.Web.Configuration.ScriptingScriptResourceHandlerSection'.
It is the standard "Repeatable Custom Content v2" data-type but with a Repeatable Custom Content Rich Text Editor - repeatable item.
Any ideas why?
I had this issue and it turned out to be web.config settings for the assemblies.
specifically you might need to add the following binding redirect:
Thanks webangelo for the specifics!
is working on a reply...