Copied to clipboard

Flag this post as spam?

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


  • Craig100 1078 posts 2366 karma points c-trib
    Jan 15, 2016 @ 21:44
    Craig100
    0

    7.4 beta 2 Installation error

    Nuget install of 7.4 beta 2 into an empty .net 4.5.2 project in VS2015 gave the following error:-

    "Error An error occurred while applying transformation to 'web.config' in project 'umb74' No element in the source document matches '/configuration/system.web/compilation/assemblies/add[@assembly='Umbraco.ModelsBuilder']'"

    This is a W10 machine with latest updates and VS2015 Community Edition.

    Just some feedback,

    Cheers,

    Craig

  • Nicholas Westby 2005 posts 6843 karma points c-trib
    Jan 15, 2016 @ 23:46
    Nicholas Westby
    1

    This would best be reported at: http://issues.umbraco.org/issues

  • Craig100 1078 posts 2366 karma points c-trib
    Jan 16, 2016 @ 00:05
    Craig100
    1

    Thanks Nicholas. It has been done as you suggested. http://issues.umbraco.org/issue/U4-7755 :)

  • Robert Foster 440 posts 1684 karma points MVP admin c-trib
    Jan 19, 2016 @ 04:21
    Robert Foster
    100

    In case you missed it; that issue has a work around that you can apply and move forward; it's been recognised and a PR has been generated for the ModelsBuilder nuget package.

    Here's the work around for convenience:

    Make sure the following minimum configuration is present in your web.config prior to installing the Nuget packages:

    <system.web>
        <compilation >
          <assemblies> <!-- this is expected to be present -->
          </assemblies>
          <buildProviders> <!-- this is expected to be present -->
          </buildProviders>
        </compilation>
    </system.web>
    
  • Craig100 1078 posts 2366 karma points c-trib
    Jan 19, 2016 @ 09:15
    Craig100
    0

    Didn't miss it, it worked for me. Just forgot about it on our, so glad to mark your contrib up as the solution :)

  • 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