0

I tried to run an asp.net mvc project that are connected to the tfs server. I didn't change anything. But suddenly I get this error:

"Entry point was not found"

[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

I will appreciate any help ...

1 Answers1

0

You should check references to assemblies. This error says about inconsistencies. Similar problem

Community
  • 1
  • 1
Yuriy A.
  • 750
  • 3
  • 19