So I have created my Controller Rendering, that uses controller
Sitecore.Social.Twitter.Client.Mvc.Areas.Social.Controllers.TwitterConnectorController
like so:
But when I try to access the page, I get an error complaining about the Controller not being controller enough:
But if I inspect the dll with the Object Viewer, the controller in question indeed inherits from IController:
So, what is going on here? Why am I receiving this error?
EDIT: I suspect that perhaps the error message is merely a symptom, and Sitecore is somehow unable to access the controller in the DLL. What factors could cause this behavior, and how can I debug them?