asp.net-mvcsharp-architecture

Sharp Architecture - Entry Point was not found


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

Entry Point was not found


Solution

  • 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