I have no idea why Unity is not injecting or something is ignoring the fact that I have parameters in my constructors. I saw this post, but it talks more about NinJect, but leads me to believe maybe there is a similar issue with Unity and Vs2012. I know Unity is working, because in my Application_Start code, after my unity registrations, I resolve an interface from unity and get back all the objects need. I just have no clue why my controller's constructor with parameters is being ignored. I register the controller with unity as well. When I try to hit that controller I get the No parameterless constructor defined for this object.
error.
I am curious if anyone else has run into this same issue.