Syncfusion EJ2 Error in Existing MVC Project.

Hi Syncfusion Team, 

I had issue in installing EJ2 in an existing project. My project was not created using the template, I just wanted to use Syncfusion controls in an existing project, after I installed EJ2 nuget in my project and try to rebuild the solution, I got the attached errors. 

System Info:
Syncfusion.EJ2.MVC5 18.1.0.45
.Net Framework 4.5.2
VS 2019

_Layout.cshtml, <head> tag
 <script src="~/Scripts/ej2/ej2.min.js"></script>
<link rel='nofollow' href="~/Content/ej2/material.css" rel="stylesheet" />


tsconfig.json placed inside /Scripts/ej2/, content of tsconfig.json:-
{
  "compilerOptions": {
    "target": "ES2017",
    "module": "commonjs",
    "sourceMap": true
  }
}

.csproj file: 
    <TypeScriptRemoveComments>False</TypeScriptRemoveComments>
    <TypeScriptLib>dom,es2017</TypeScriptLib>

Attachment: ej2.d.ts_errors_6381107e.zip

2 Replies

SM Saranya Murugasamy Syncfusion Team April 23, 2020 07:40 AM UTC

Hi Khar Hui CHok, 

Sorry for the inconvenience caused. 

We have checked the reported issue and we can reproduce it in our end. We have confirmed this as a bug and logged the defect report for this issue. The fix will be included in our upcoming weekly release which is expected to be rolled out on April 28, 2020. 

We will update you once released and, we appreciate your patience until then. 

Regards, 
Saranya M 



MK Muthukumar Kannan Syncfusion Team December 24, 2020 07:08 AM UTC

Hi Khar Hui CHok,

Sorry for the long delayed update.

We have resolved your reported issue from the latest package. So, could you please check this with the latest Syncfusion MVC package and ensure whether your issue has been resolved or not?

https://www.nuget.org/packages/Syncfusion.EJ2.MVC5 

Please let us know if you have any concerns.

Regards,
Muthukumar K 


Loader.
Up arrow icon