Articles in this section
Category / Section

How to upgrade project from old version to new version?

1 min read

Solution:

Refer the following steps to upgrade your project to the latest version.

1. Download and install the latest version of Essential Studio.

2. Replace the latest version of Syncfusion’s scripts and css in your project from the following location.

C:\Program Files (x86)\Syncfusion\Essential Studio\XX.X.X.XX\JavaScript\assets

3. Listed here are the required DLLs, scripts and CSS files to work with ASP.Net controls. You can replace all of the following files with the latest ones.

Table 1: For ASP.NET

DLLs

Script files

CSS files

Syncfusion.EJ.dll

Syncfusion.EJ.Web.dll

Syncfusion Script files:

ej.web.all.min.js

External Script files:

jquery.min.js

jquery.easing.min.js

jquery.globalize.min.js

jsrender.min.js

jquery.validate.min.js

ej.widgets.core.min.css

You can find the scripts and css files in the following locations:

CSS Location: C:\Program Files (x86)\Syncfusion\Essential Studio\XX.X.X.XX\JavaScript\assets\css\web

Script Location: C:\Program Files (x86)\Syncfusion\Essential Studio\XX.X.X.XX\JavaScript\assets\scripts\web

DLL Location: C:\Program Files (x86)\Syncfusion\Essential Studio\XX.X.X.XX\Assemblies

4. You can refer to the latest version’s (XX.X.X.XX) required DLLs in your project and change the referred version in the project’s Web.config file that is located under the project’s root directory.

 [web.config]

<compilation debug="true" targetFramework="4.5.1" >

    <assemblies>

      <add assembly="Syncfusion.EJ.Web, Version= XX.XXXX.X.XX, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />

      <add assembly="Syncfusion.EJ, Version= XX.XXXX.X.XX, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />

    </assemblies>

</compilation>

<controls>

        <add  namespace="Syncfusion.JavaScript.Web" assembly="Syncfusion.EJ.Web, Version= XX.XXXX.X.XX, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/>

        <add  namespace="Syncfusion.JavaScript.Web" assembly="Syncfusion.EJ, Version= XX.XXXX.X.XX, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/>

        <add  namespace="Syncfusion.JavaScript.Models" assembly="Syncfusion.EJ, Version= XX.XXXX.X.XX, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" tagPrefix="ej"/>

</controls>

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied