We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Syncfusion.EJ2.Javascript update error

Hi,
I have updated the Syncfusion.EJ2.Javascript library from version 16.3.0.36 to version 16.4.0.46 through the Visual Studio Nuget,
but when I compile the solution I receive the error:
Build: The name 'Map' was not found. file ej2.d.ts line 71584 and 71585.
Using Visual Studio Professional 2015 and the .NET Framework 4.7.1.
Can you help me?
Thank you so much for your support.
Barbara Inzitari

3 Replies

JL Jude Leander Johnson Lionel Syncfusion Team January 16, 2019 01:39 PM UTC

Hi Inzitari, 
 
Greetings from Syncfusion. 
 
We have analysed the reported issue and it is caused due to TypeScript library upgradation. To resolve this issue, we need to add the TypeScript Libraries tag in your ‘csproj’ file. Please refer the below code snippet, 
 

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
   <TypeScriptRemoveComments>False</TypeScriptRemoveComments>
   <TypeScriptLib>dom,es2015</TypeScriptLib>
    <TypeScriptOutFile />    
</PropertyGroup>  
 
 
Please get back to us, if you have any other queries. 
 
Regards, 
Jude Leander J. 



NI nimue January 16, 2019 02:30 PM UTC

Hi Jude Leander,
Thank you very much for your support, now the update has succeeded without problems.
Barbara Inzitari


JL Jude Leander Johnson Lionel Syncfusion Team January 17, 2019 04:28 AM UTC

Hi Inzitari,  
 
Thanks for the update, Please let us know whether you require any further assistance. 
 
Regards, 
Jude Leander J. 


Loader.
Live Chat Icon For mobile
Up arrow icon