modelsbuilder/ModelsBuilder.Original

Cannot find custom tool on this system

Closed this issue · 5 comments

I can verify the extension is installed. I've tried restarting my whole machine.

I've uninstalled and re-installed and it is still not working in vs 2019

Hey - did it "solve itself"? or is this still a thing?

I have same problem with visual studio extension.
I am using visual studio 2017 and Umbraco 8.1.4.
This are web.config settings for Model Builder:

<add key="Umbraco.ModelsBuilder.ModelsMode" value="Nothing" />
<add key="Umbraco.ModelsBuilder.EnableApi" value="true" />
<add key="Umbraco.ModelsBuilder.LanguageVersion" value="CSharp7" />
<add key="Umbraco.ModelsBuilder.EnableFactory" value="true" />
<add key="Umbraco.ModelsBuilder.ModelsNamespace"  value="Core.Model.PublishedContent" />
<add key="Umbraco.ModelsBuilder.LanguageVersion" value="CSharp7" />
<add key="Umbraco.ModelsBuilder.ModelsDirectory" value="~/../Core/Model/PublishedContent/Generated/" />
<add key="Umbraco.ModelsBuilder.AcceptUnsafeModelsDirectory" value="true" />

Visual Studio Extension is installed and configured:
image

image

This happens when "run custom tool" is clicked:
image

image

Please see this blog post - the custom tool is deprecated and replaced by the extension, which does not work the same

That helps thank you!