Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Umbraco Version 7.12.3
Getting the error The custom tool 'UmbracoModelsBuilder' failed. One or more errors occured. When trying to run custom tool.
The output log indicates 404 error.` UmbracoModelsBuilder: Starting v3.0.6.97 18.10.2018 11:38:21. UmbracoModelsBuilder: UmbracoModelsBuilder failed to generate code: Exception: Response status code does not indicate success (NotFound)
View more information ยป
UmbracoModelsBuilder: at Umbraco.ModelsBuilder.Api.ApiClient.EnsureSuccess(HttpResponseMessage result) at Umbraco.ModelsBuilder.Api.ApiClient.ValidateClientVersion() at Umbraco.ModelsBuilder.CustomTool.CustomTool.UmbracoModelsBuilder.GenerateRaw(String wszInputFilePath, String wszDefaultNamespace, IntPtr[] rgbOutputFileContents, UInt32& pcbOutput, String& errMsg)`
Backoffice gives me this:
ModelsBuilder is enabled, with the following configuration:
Webconfig has the following settings:
<add key="Umbraco.ModelsBuilder.Enable" value="true" /> <add key="Umbraco.ModelsBuilder.ModelsMode" value="Nothing" /> <add key="Umbraco.ModelsBuilder.EnableApi" value="true" />
Hi Thomas Have you installed the package Umbraco.ModelsBuilder.Api in the project?
https://www.nuget.org/packages/Umbraco.ModelsBuilder.Api/
Cheers
Paul
Thought I had, but seemed like i was looking at the wrong package.
Thank you Paul
Regards, Thomas
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Not able to create models from models builder
Umbraco Version 7.12.3
Getting the error The custom tool 'UmbracoModelsBuilder' failed. One or more errors occured. When trying to run custom tool.
The output log indicates 404 error.` UmbracoModelsBuilder: Starting v3.0.6.97 18.10.2018 11:38:21. UmbracoModelsBuilder: UmbracoModelsBuilder failed to generate code: Exception: Response status code does not indicate success (NotFound)
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
UmbracoModelsBuilder: at Umbraco.ModelsBuilder.Api.ApiClient.EnsureSuccess(HttpResponseMessage result) at Umbraco.ModelsBuilder.Api.ApiClient.ValidateClientVersion() at Umbraco.ModelsBuilder.CustomTool.CustomTool.UmbracoModelsBuilder.GenerateRaw(String wszInputFilePath, String wszDefaultNamespace, IntPtr[] rgbOutputFileContents, UInt32& pcbOutput, String& errMsg)`
Backoffice gives me this:
ModelsBuilder is enabled, with the following configuration:
Webconfig has the following settings:
Hi Thomas Have you installed the package Umbraco.ModelsBuilder.Api in the project?
https://www.nuget.org/packages/Umbraco.ModelsBuilder.Api/
Cheers
Paul
Thought I had, but seemed like i was looking at the wrong package.
Thank you Paul
Regards, Thomas
is working on a reply...