1. Install a fresh Sharp Architecture application
  2. Run YourApp.Web.Mvc
  3. See the following error:

Entry Point was not found

有帮助吗?

解决方案 2

Issue:

The MVC4 DLL is being referenced by default rather than MVC3

Solution:

  1. Remove System.Web.Mvc reference from MyApp.Web.Mvc
  2. Add reference to System.Web.Mvc runtime version 3.0.0

其他提示

Or better yet upgrade it to MVC4. Step by step instructions here http://anyrest.wordpress.com/2012/12/12/upgrading-sarp-to-mvc4/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top