문제

  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