Copied to clipboard

Flag this post as spam?

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


  • Basetype 3 posts 83 karma points
    Jan 21, 2021 @ 11:43
    Basetype
    0

    Can we run Umbraco 7.15 on .NET framework 4.8

    Hi

    Simple question, can we run Umbraco 7.15 on .NET framework 4.8

    If i try and upgrade my projects to .NET 4.8 I see an error in the web config where the following lines do not find the .channels namespace

      <add verb="*" path="umbraco/channels.aspx" type="umbraco.presentation.channels.api, umbraco"/>
      <add verb="*" path="umbraco/channels/word.aspx" type="umbraco.presentation.channels.wordApi, umbraco"/>
    

    However, if i remove these lines the site appears to function correctly, could these be a hangover from a previous version of Umbraco which are no longer required?

    Thanks

  • Simon Justesen 53 posts 162 karma points
    Jan 21, 2021 @ 13:32
    Simon Justesen
    100

    Can 7.1.5 run on .NET 4.8? Yes :)

    I think the Channels/Word API dates back to Umbraco 4 or 6, and is no longer part of the API, so you can safely comment out those lines

  • Basetype 3 posts 83 karma points
    Jan 21, 2021 @ 14:36
    Basetype
    0

    Thanks for getting back to me, i appreciate it, I thought that was the case but am grateful for the confirmation.

  • 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