vijayamadhavareddy / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Required dependency of type Elmah.Mvc.ElmahController could not be resolved. #350

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Elmah.Mvc
2.
3.

What is the expected output? What do you see instead?
Elmah was working in my project but suddenly started giving me this message.  I 
cannot get elmah working properly.  What should I do?  Elmah still stores data 
in the db, but doesn't give me a UI.

Please use labels and text to provide additional information.

See 
http://stackoverflow.com/questions/21152657/required-dependency-of-type-elmah-mv
c-elmahcontroller-could-not-be-resolved

<error
  application="/LM/W3SVC/4/ROOT"
  host="JDOW-WIN7VM"
  type="Funq.ResolutionException"
  message="Required dependency of type Elmah.Mvc.ElmahController could not be resolved."
  source="ServiceStack"
  detail="Funq.ResolutionException: Required dependency of type Elmah.Mvc.ElmahController could not be resolved.&#xD;&#xA;   at Funq.Container.GetEntry[TService,TFunc](String serviceName, Boolean throwIfMissing)&#xD;&#xA;   at Funq.Container.ResolveImpl[TService](String name, Boolean throwIfMissing)&#xD;&#xA;   at lambda_method(Closure , Container )&#xD;&#xA;   at ServiceStack.ServiceHost.ContainerResolveCache.CreateInstance(Type type, Boolean tryResolve)&#xD;&#xA;   at ServiceStack.Mvc.FunqControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType)&#xD;&#xA;   at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName)&#xD;&#xA;   at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController&amp; controller, IControllerFactory&amp; factory)&#xD;&#xA;   at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state)&#xD;&#xA;   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()&#xD;&#xA;   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)"
  user="[user]"
  time="2014-01-22T23:11:35.5732170Z">

Original issue reported on code.google.com by joelb...@gmail.com on 22 Jan 2014 at 11:32

GoogleCodeExporter commented 9 years ago
Elmah.Mvc is a separate project[1] that builds on top of ELMAH. Please 
report[2] this issue on the project's own issue tracker[3]:

[1] https://github.com/alexanderbeletsky/elmah-mvc
[2] https://github.com/alexanderbeletsky/elmah-mvc/issues/new
[3] https://github.com/alexanderbeletsky/elmah-mvc/issues

Original comment by azizatif on 22 Jan 2014 at 11:54