-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant find index #1018
Comments
Did you find any solution to this? @revotek I am also facing same issue |
Update visual studio updates.. in my case it's worked |
@nevinfrancisnepolien Did you update .NET 5 to .Net 6? I got same problem as @revotek |
@nevinfrancisnepolien thank you. I Updated VS 2022 in visual Installer and It's worked. Do you know reason? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just went to try this project out, opened in VS 2019. I have the latest .Net SDKs installed and I get this:
InvalidOperationException: The view 'Index' was not found. The following locations were searched: /Areas/Core/Views/Home/Index.en-US.cshtml /Areas/Core/Views/Home/Index.en.cshtml /Areas/Core/Views/Home/Index.cshtml /Areas/Core/Views/Shared/Index.en-US.cshtml /Areas/Core/Views/Shared/Index.en.cshtml /Areas/Core/Views/Shared/Index.cshtml /Views/Shared/Index.en-US.cshtml /Views/Shared/Index.en.cshtml /Views/Shared/Index.cshtml /Pages/Shared/Index.en-US.cshtml /Pages/Shared/Index.en.cshtml /Pages/Shared/Index.cshtml
I noticed that you are using net6.0. My hosting provider only supports net5.0. Is there another branch which supports net5.0?
The text was updated successfully, but these errors were encountered: