Sitecore 9 : Error in controller rendering throws Error rendering controller:the current route url is: '{*pathinfo}'. this is the default sitecore route which is set up in the 'initializeroutes' processor of the 'initialize' pipeline sitecore 9
Hello Guyz, Believe me but I just had the nightmarish situation where I got trapped in this controller rendering issue where it kept on giving me below error Error rendering controller: the current route url is: '{*pathinfo}'. this is the default Sitecore route which is set up in the 'initializeroutes' processor of the 'initialize' pipeline There mainly two reasons for this exception Controller rendering you have used is having either wrong namespace, wrong controller name or wrong assembly name. There is something wrong with System.Web.Mvc.dll you should first observe your controller rendering configuration, see if namespace or controller name or assembly name are correctly given? this is common issue when we copy and paste the path and it could contain spaces or aeesmbly name could be wrong, if everything looks good there, read further I tried everything like changing the name of controller, deleting the physical controller and creating It with d...