Forum Discussion
Hammad_ul_haq
Feb 16, 2024Copper Contributor
.NET 8.0.2 Update Causes ASP.NET Core MVC 'Index View Not Found' Error
Hello everyone, I recently updated to .NET https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.2/8.0.2.md?WT.mc_id=dotnet-35129-website and encountered an issue with my ASP.NET Core MV...
plancili
Jul 09, 2024Copper Contributor
Hi, this might be a late response but hopefully it can resolve this issue for others as it did for me.
In your project, make sure that the *.cshtml file has its build action: Content.
Best regards.