Get errors on the Search Page if I enter content into any of the attributes as the header title or any other xhtmlstring type property. If I just let the page render with search results it works fine but any other attributes even the footer links cause it to error:
Get following type of error:
System.InvalidOperationException: The model item passed into the ViewDataDictionary is of type 'EPiServer.Core.ContentArea', but this ViewDataDictionary instance requires a model item of type 'QDX.Models.ViewModels.FindSearchPageViewModel'.
Seems unlikely that that error is related to any Xhtmlstring property. It appears as if you somewhere have a mapping to the ViewDataDictionary that is bad.
Get errors on the Search Page if I enter content into any of the attributes as the header title or any other xhtmlstring type property. If I just let the page render with search results it works fine but any other attributes even the footer links cause it to error:
Get following type of error:
System.InvalidOperationException: The model item passed into the ViewDataDictionary is of type 'EPiServer.Core.ContentArea', but this ViewDataDictionary instance requires a model item of type 'QDX.Models.ViewModels.FindSearchPageViewModel'.
Thanks
Daman