2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
ProblemWhile rendering Syncfusion controls, the following error is obtained - “Does not contain a definition for 'EJ' and no extension method 'EJ'” ReasonWhen EJ namespace is not referred properly in the sample, EJ Undefined error is occurred. SolutionTo resolve this issue, add the following namespace code example to web.config file. web.config
Note: You need to add the above namespace in the root web.config file present in the application and another web.config file present in the Application -> Views Folder -> web.config file.
|
2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.
I had this problem after following the Manual Integration steps outlined here: https://help.syncfusion.com/aspnetmvc/getting-started#manual-integration
This solution solved my issue and I am no longer getting this error. Thanks!