System.Web.HttpException: 'Error executing child request for handler
Hi,
Need help on this error - System.Web.HttpException: 'Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.
Inner Exception - HttpCompileException: ~\Views\Partials\Home\Welcome.cshtml(23): error CS1503: Argument 1: cannot convert from 'method group' to 'HelperResult'
System.Web.HttpException: 'Error executing child request for handler
Hi,
Need help on this error - System.Web.HttpException: 'Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'. Inner Exception - HttpCompileException: ~\Views\Partials\Home\Welcome.cshtml(23): error CS1503: Argument 1: cannot convert from 'method group' to 'HelperResult'
Below is my controller that call welcome.cshtml
Below is my welcome.cshtml code
is working on a reply...