Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
Persistence Framework throwing exception onSaved
posted

I've been trying to use the new Persistance Framework, followed the tutorial on enabling it site-wide (in web.config) and attaching event handlers in global.asax.

With a breakpoint on the PersistenceSaved event, I always receive an exception in the passed PersistenceEventArgs which I can't figure out:

{"Property accessor 'InnerHtml' on object 'Infragistics.Web.UI.NavigationControls.IGDiv' threw the following exception:'Cannot get inner content of hdr because the contents are not literal.'"}

Obviously it's not persisting anything, and I can't even find this IGDiv object (using the VS object browser). 

Any ideas?

Thanks in advance,

Leon