The view 'Index' or its master was not found.

后端 未结 17 2212
逝去的感伤
逝去的感伤 2020-12-15 14:42
The view \'Index\' or its master was not found. The following locations were searched:
~/Views/ControllerName/Index.aspx
~/Views/ControllerName/Index.ascx
~/Views/Sh         


        
17条回答
  •  春和景丽
    2020-12-15 15:41

    I have had this problem too; I noticed that I missed to include the view page inside the folder that's name is same with the controller.

    Controller: adminController View->Admin->view1.cshtml

    (It was View->view1.cshtml)(there was no folder: Admin)

提交回复
热议问题