Hi!
I've just attempted to deploy my project 'Umbraco.BlogAttempt.01' to Azure App Service, and the front-end pages are giving me 500 messages. The log generated when I request a page reports:
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.CompilationFailedException: One or more compilation failures occurred:\r\ngipivcuq.woh(75,90): error CS0433: The type 'Home' exists in both 'ModelsGeneratedAssembly, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null' and 'Umbraco.BlogAttempt.01, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'\r\nC:\\home\\site\\wwwroot\\Views\\home.cshtml(10,89): error CS1503: Argument 1: cannot convert from 'method group' to 'string'\r\n at Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.RuntimeView
and it continues.
Any advice on what's happened, or, more importantly, what I can do have this not happen?
TIA!
#devops