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