Copied to clipboard

Flag this post as spam?

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


  • Imran Khan 6 posts 76 karma points
    Apr 10, 2020 @ 16:32
    Imran Khan
    0

    ModelsBuilder.Embedded is disabled, the external ModelsBuilder was detected."

    Hi,

    I have setup Umbraco 8.6.0 on the Azure portal and I am getting below error when I add a new property in the document. The new created property is not embedded in modals.

    {"@t":"2020-04-10T14:05:05.1981319Z","@mt":"ModelsBuilder.Embedded is disabled, the external ModelsBuilder was detected.","SourceContext":"Umbraco.ModelsBuilder.Embedded.Compose.ModelsBuilderComposer","ProcessId":7396,"ProcessName":"w3wp","ThreadId":23,"AppDomainId":5,"AppDomainAppId":"LMW3SVC234278291ROOT","MachineName":"RD0004FFD707FE","Log4NetLevel":"INFO ","HttpRequestNumber":1,"HttpRequestId":"5811bc7f-77af-412f-bbe5-4ce964e944fc"}

    Thanks IK

  • Mark Bowser 273 posts 860 karma points c-trib
    Nov 21, 2022 @ 20:00
    Mark Bowser
    0

    I just ran into this. See my comment in this thread here https://our.umbraco.com/forum/using-umbraco-and-getting-started/101757-models-builder-tab-missing-from-developer-section#comment-342214

    The short story is that if the /bin/Umbraco.ModelsBuilder.dll is present, the core Models Builder will disable itself.

  • Sandra Latimer 2 posts 72 karma points
    Nov 22, 2022 @ 10:24
    Sandra Latimer
    0

    And in my (Master) View I can then do things like:

        if(Model is IBackgroundBannerImage){ ... }
        if(Model is ICar){ ... }
        if(Model is ISeoFields){ ... }
    

    etc. and then call partials and stuff. So my master views can then handle a lot of stuff for all my different DocumentTypes. greatpeople me login

Please Sign in or register to post replies

Write your reply to:

Draft