The controller for path was not found or does not implement IController

前端 未结 20 2475
一个人的身影
一个人的身影 2020-11-29 20:50

I have an MVC4 project with language selection:

  • en
  • nl
  • fr
  • de

1 main part with:

  • About
  • Common (fo
20条回答
  •  [愿得一人]
    2020-11-29 21:24

    In another scenario just I would like to add is In my scenario, the name space was different for controller as it was mistake of copying controller from another project.

提交回复
热议问题