-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
Needs: Author FeedbackThe author of this issue needs to respond in order for us to continue investigating this issue.The author of this issue needs to respond in order for us to continue investigating this issue.area-ui-renderingIncludes: MVC Views/Pages, Razor Views/PagesIncludes: MVC Views/Pages, Razor Views/Pages
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
MVC fails to find the existing index.cshtml view on runtime,
Expected Behavior
Navigate to the index.cshtml view.
Steps To Reproduce
Pull and run on .NET 10 PR3:
https://github.com/sevinul/mvc_asp.net_core_web_app
This is the standard MVC ASP.NET core web app template.
Exceptions (if any)
InvalidOperationException: The view 'Index' was not found. The following locations were searched:
/Views/Home/Index.cshtml
/Views/Shared/Index.cshtml
.NET Version
10.0.100-preview.3.25201.16
Anything else?
No response
jamesgurung
Metadata
Metadata
Assignees
Labels
Needs: Author FeedbackThe author of this issue needs to respond in order for us to continue investigating this issue.The author of this issue needs to respond in order for us to continue investigating this issue.area-ui-renderingIncludes: MVC Views/Pages, Razor Views/PagesIncludes: MVC Views/Pages, Razor Views/Pages