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"}
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
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.And in my (Master) View I can then do things like:
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
is working on a reply...