【问题标题】:Entry point was not found exception in Asp.net mvc 2在 Asp.net mvc 2 中找不到入口点异常
【发布时间】:2016-01-31 09:52:58
【问题描述】:

我尝试运行一个连接到 tfs 服务器的 asp.net mvc 项目。我没有改变任何东西。但突然我得到这个错误:

“未找到入口点”

[EntryPointNotFoundException: Entry point was not found.]
    System.Web.Mvc.MvcRouteHandler.GetSessionStateBehavior(RequestContext requestContext) +122
    System.Web.Mvc.MvcRouteHandler.GetHttpHandler(RequestContext requestContext) +33
    System.Web.Mvc.MvcRouteHandler.System.Web.Routing.IRouteHandler.GetHttpHandler(RequestContext requestContext) +10
    System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context) +9709656
    System.Web.Routing.UrlRoutingModule.OnApplicationPostResolveRequestCache(Object sender, EventArgs e) +82
    System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +136
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69

我将不胜感激...

【问题讨论】:

    标签: c# asp.net-mvc visual-studio-2010


    【解决方案1】:

    您应该检查对程序集的引用。此错误表示不一致。 Similar problem

    【讨论】:

    • “你应该检查对程序集的引用”是什么意思
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多