When I compile the updated release, the custom dll isn't found when opening the site.
Having never dealt with MVC web sites, I'm a bit lost here.
I have the (I think) whole project file for our Umbraco site. Very old (v7.3) and giving me a lot of issues.
I've used NuGet to update it a couple of versions to v7.3.2 whilst we route out some problems. Having restored the dlls that knocked out, I compiled the project in VS 2022. Lots of warnings about vulnerabilties, but the expected dll shows up.
Now, opening the home page, it reports it can't see the custom search form as it requires
@model xxx_Intranet.Models.SearchBoxFormViewModel
If I copy back in the same dll from the backup of the previous, the page then loads fine.
I can't find any code referencing that, so do I need to look for a separate MVC project somewhere, or is this all buried deep somewhere?
When I compile the updated release, the custom dll isn't found when opening the site.
Having never dealt with MVC web sites, I'm a bit lost here. I have the (I think) whole project file for our Umbraco site. Very old (v7.3) and giving me a lot of issues.
I've used NuGet to update it a couple of versions to v7.3.2 whilst we route out some problems. Having restored the dlls that knocked out, I compiled the project in VS 2022. Lots of warnings about vulnerabilties, but the expected dll shows up.
Now, opening the home page, it reports it can't see the custom search form as it requires
If I copy back in the same dll from the backup of the previous, the page then loads fine.
I can't find any code referencing that, so do I need to look for a separate MVC project somewhere, or is this all buried deep somewhere?
is working on a reply...