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?
I have Umbraco 7.15.7 and was wondering whether there is any tutorial how to upgrade .net framework from 4.5.2 to 4.8. The steps I made were:
Change each <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> to <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
Ran in Package Manager Console:
Update-Package -Reinstall
Try to open app on /umbraco page
Nothing happens :(
Update: My bad. I pointed to non existing DB and it got into some infinite loop :(. So, steps above work :). One thing, when script asked me whether I want to override Web.config, I put "L" key (No to all).
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
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
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
Thanks for getting back to me, i appreciate it, I thought that was the case but am grateful for the confirmation.
Hi,
I have Umbraco 7.15.7 and was wondering whether there is any tutorial how to upgrade .net framework from 4.5.2 to 4.8. The steps I made were:
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> to <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
Ran in Package Manager Console:
Update-Package -Reinstall
Try to open app on /umbraco page
Update: My bad. I pointed to non existing DB and it got into some infinite loop :(. So, steps above work :). One thing, when script asked me whether I want to override Web.config, I put "L" key (No to all).
is working on a reply...