Closed owlyowl closed 5 years ago
Hey - did it "solve itself"? or is this still a thing?
Hi! Error was between chair and keyboard I was reading your old docs and stumbled upon the new ones with the .mb example
On Tue, Aug 13, 2019 at 7:48 PM Stephan notifications@github.com wrote:
Hey - did it "solve itself"? or is this still a thing?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/zpqrtbnk/Zbu.ModelsBuilder/issues/212?email_source=notifications&email_token=AAOT4CVZTANRTWGHYQAMHGTQEJ7NRA5CNFSM4ILGKFA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4FEURA#issuecomment-520768068, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOT4CR2N5SDMX5LFM4TPALQEJ7NRANCNFSM4ILGKFAQ .
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:
This happens when "run custom tool" is clicked:
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!
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