Copied to clipboard

Flag this post as spam?

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


  • Alex2295 1 post 71 karma points
    Apr 07, 2021 @ 13:32
    Alex2295
    0

    Unable to build Umbraco 8 (and run Umbraco after trying)

    This is what I have done (several times):

    Downloaded, extracted the files, and initiated Umbraco 8 for the first time

    2) Created datatypes, templates, and content. Everything worked!

    3) Found out that I needed to custom controllers quickpayportal

    4) Changed the webconfig:

    from:

    to:

    5) Tried to rebuild the application..... Error!

    6) Visual Studio 2019 was unable to compile Umbraco 8:

    "The CodeDom provider type "Microsoft.VisualC.CppCodeProvider, CppCodeProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" could not be located."

    7) Changed the webconfig (back):

    from: <add key="Umbraco.ModelsBuilder.ModelsMode" value="AppData" />

    to: <add key="Umbraco.ModelsBuilder.ModelsMode" value="PureLive" />

    8) Still unable to build!

    (On a Q/A someone wrote that the "CodeDom provider" was removed in Visual Studio > 2015)

    • why do I get the error?

    • what can I do to be able to build Umbraco 8 with my custom models and controllers?

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 9x admin c-trib
    Apr 07, 2021 @ 13:58
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies