Sitecore - ControllerRendering complaining about Controller “not found or does not implement IController.”

可紊 提交于 2019-12-05 13:24:08

This link worked for me: http://jockstothecore.com/adventures-in-dependency-injection/

Basically fully qualified controller names bug out the system. I updated mine to use the class name (minus the "controller" word) and proper action and it solved my issue.

I checked TwitterConnectorController and I don't see any connection between /ajax/sociallogin and TwitterConnectorController

Please search for sociallogin controller and check if is inherits from from SitecoreController

When I turned current framework of project to

.NET Framework 4.6.1

previously scaffolding was also not working and it started to work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!