Hello,
I have created a standard module for dotnetnuke and install the syncfusion nuget packages mvc5 version15.2.0.43 in the project.
All compilation works fine, I have solved the pb with node.js and typescript, followed all the procedures from syncfusion and add all the references, assemblies, namespaces etc....
Everything should be fine but as soon as i place :@Html.EJ().DatePicker("MyFirstDatepicker") or@Html.EJ().ScriptManager() I got this error on the page no matter what I do:
'DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper>' does not contain a definition for 'EJ' and the best extension method overload 'Syncfusion.MVC.EJ.JavaScriptExtension.EJ(System.Web.Mvc.HtmlHelper)' has some invalid arguments
(see screenshot)
If I comment it :@*@Html.EJ().DatePicker("MyFirstDatepicker")*@ it is fine
( see picture)
If someone with a working development env of dotnetnuke could drop my module inside it and help me with that it would be awesome.
In case someone is interested by the steps to follow (install node.js, angular, typescript etc....) to get a valid installation of syncfusion mvc nugets packages inside dotnetnuke just ask me, it took me more than one day to figure out everything and I would be happy to help because it was very annoying.
Many Thanks,