All of a sudden in this MVC site I have no views that can be found.
The view 'LoginUltraMind' or its master could not be found. The following locations were searched: ~/Views/MyAccount/LoginUltraMind.aspx ~/Views/MyAccount/LoginUltraMind.ascx ~/Views/Shared/LoginUltraMind.aspx ~/Views/Shared/LoginUltraMind.ascx ~/Views/MyAccount/storeNoNav.master ~/Views/Shared/storeNoNav.master
These files definitely exist at these locations -I am looking right at them! I updated to RC 1 yesterday and ran the site fine after that with 0 problems. Today I come back to it and this happens.. grr…..
Any ideas?
Ended up I had 2 Pages sections in my web.config located in the views directory. I guess when I upgraded I wasn’t paying attention and didn’t see the previous section. Totally idiot maneuver on my part, but I do wish the error thrown would have told me that instead of a list of files it couldn’t find.