Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adi 79 posts 183 karma points
    Mar 30, 2014 @ 20:35
    Adi
    0

    Error loading Partial View script (file: ~/Views/MacroPartials/ezSearch.cshtml)

    Hi,

    I am having some issue with ezSearch and it is very simila to this one

    http://our.umbraco.org/projects/website-utilities/ezsearch/bugs-feedback-suggestions/48460-Search-error-when-searching-for-test-keyword?p=0#comment176864

    Here is the screenshot of error

    error

    Can anyone hep me with this please?

    Thank you, Adi

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Mar 31, 2014 @ 09:39
    Alex Skrypnyk
    0

    Hi Adi,

    I'm thinking that error is in that

    result.GetPropertyValue(field).ToString()
    

    You could try :

    result.GetPropertyValue<string>(field)
    

    or some "if" checking

    THanks, Alex

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies