DnDGen / DnDGen.Web

This will be the website through which people can use the dice roller, the equipment generator, the NPC generator, and the dungeon generator
http://dndgen.com
MIT License
4 stars 0 forks source link

An error occurred when trying to create a controller of type 'DNDGenSite.Controllers.CharacterController'. Make sure that the controller has a parameterless public constructor. #320

Closed cidthecoatrack closed 8 years ago

cidthecoatrack commented 8 years ago

at System.Web.Mvc.DefaultControllerFactory.DefaultControllerActivator.Create(RequestContext requestContext, Type controllerType) at System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(RequestContext requestContext, Type controllerType) at System.Web.Mvc.DefaultControllerFactory.CreateController(RequestContext requestContext, String controllerName) at System.Web.Mvc.MvcHandler.ProcessRequestInit(HttpContextBase httpContext, IController& controller, IControllerFactory& factory) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state) at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

cidthecoatrack commented 8 years ago

Integration test shows that this controller can be properly injected. Closing this out