|
-
Dec 30th, 2012, 07:32 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Error: "The view 'Index' or its master was not found or no view engine supports ..."
Hello, I've been following a tutorial in developing an MVC shopping cart but I get the following error when i try to access the controller class:
The view 'Index' or its master was not found or no view engine supports the searched locations. The following locations were searched:
~/Views/ShoppingCart/Index.aspx
~/Views/ShoppingCart/Index.ascx
~/Views/Shared/Index.aspx
~/Views/Shared/Index.ascx
~/Views/ShoppingCart/Index.cshtml
~/Views/ShoppingCart/Index.vbhtml
~/Views/Shared/Index.cshtml
~/Views/Shared/Index.vbhtml
The url looks ok but it's not picking up the right file I think: http://localhost:1565/ShoppingCart/Index
The tutorial is found here: http://www.asp.net/mvc/tutorials/mvc...c-store-part-8
Please will someone advice.
Thanks,
Garry
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|