When you upgraded Umbraco should have asked if you want to overwrite some files, did you select "No to all"?
If no one comes up with a fix for this then I suggest reverting back to 7.5.9 and upgrading to each minor version then running the site to see if it works.
E.g. 7.5.9 => 7.6.0 => 7.7.0 => etc.
It's painful, I know. But upgrading can cause unexpected results.
Upgrading gives parameterless constructor error
I am upgrading my application from Umbraco v7.5.9 to 7.10.3 and after the upgrade, I now get the following error:
I've upgraded through NuGet and also been through the Umbraco upgrade screen when first running the project. What would now be causing this error?
When you upgraded Umbraco should have asked if you want to overwrite some files, did you select "No to all"?
If no one comes up with a fix for this then I suggest reverting back to 7.5.9 and upgrading to each minor version then running the site to see if it works.
E.g. 7.5.9 => 7.6.0 => 7.7.0 => etc.
It's painful, I know. But upgrading can cause unexpected results.
Thanks Alex
I did do "No to all" but it looks like this line crept into my web.config file
Removed it and all works OK now
is working on a reply...