And I've tried upgrading via nuget, reverting my changes, and then manually uploading the 6.0.6 package to the backoffice. I don't know what this functionality is or what it's customer-facing impact is.
Any help is much appreciated!
EDIT
I might have this fixed -- I updated via nuget initially and that didn't work. So I updated via the back office and in the process of such I broke something. Reinstalling the update via Nuget seems to have resolved my issues. In doing so I overwrote my config files with good ones and will go back to merge back in my settings.
Update
I had some sort of conflict between the selected Nuget version and the version I installed in the backoffice (package upload). So when I went to Build-->Clean-->Build it would restore the old v4.4.2 Umbraco Forms dlls from the nuget packages repo but retain all of the other v6.0.6 files and thus this error.
I fixed it by reinstalling the package with Nuget and overwriting any files I had. Then I used BeyondCompare to merge changes back in from a "pre-upgrade" copy of my config files. I believe these are also copied to ~AppData\NugetBackup
Thanks for this post Chris. To resolve the issue I did a build > clean > build, but that didn't do it for me. I resorted to completely removing Umbraco Forms, then going through my project removing references and dll's that hadn't been removed, then reinstalled a fresh copy of Forms 7.0.1, Thankfully that appears to have done the trick.
Upgrade from 4.4.2 to 6.0.6 Causes 404 in Backoffice?
I am upgrading from Umbraco 7.5.2 and Umbraco Forms 4.4.2 to Umbraco 7.8.1 and Umbraco Forms 6.0.6. After doing so I've run into a 404 error.
When I load /umbraco/forms in the backoffice I get this 404:
I see a couple other posts about this without a solution:
I've followed the upgrade instructions here: https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Installation/Version-Specific#version-4-to-version-6
And I've tried upgrading via nuget, reverting my changes, and then manually uploading the 6.0.6 package to the backoffice. I don't know what this functionality is or what it's customer-facing impact is.
Any help is much appreciated!
EDIT I might have this fixed -- I updated via nuget initially and that didn't work. So I updated via the back office and in the process of such I broke something. Reinstalling the update via Nuget seems to have resolved my issues. In doing so I overwrote my config files with good ones and will go back to merge back in my settings.
Update I had some sort of conflict between the selected Nuget version and the version I installed in the backoffice (package upload). So when I went to Build-->Clean-->Build it would restore the old v4.4.2 Umbraco Forms dlls from the nuget packages repo but retain all of the other v6.0.6 files and thus this error.
I fixed it by reinstalling the package with Nuget and overwriting any files I had. Then I used BeyondCompare to merge changes back in from a "pre-upgrade" copy of my config files. I believe these are also copied to ~AppData\NugetBackup
Thanks for this post Chris. To resolve the issue I did a build > clean > build, but that didn't do it for me. I resorted to completely removing Umbraco Forms, then going through my project removing references and dll's that hadn't been removed, then reinstalled a fresh copy of Forms 7.0.1, Thankfully that appears to have done the trick.
is working on a reply...