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

How to reset the syncfusion version in the script

Hi,

In the department build server, we need to install both v4.2 and v4.4 of Syncfusion to accommodate different licenses in groups. We find that by invoking ResetToolbox.exe, we can set the correct version for the solution/project to build. While we need to include this operation in the script without UI interaction, is there any way to do that?

ResetToolbox.exe does not take arguments turning off the Msgbox.

thanks a lot !!

1 Reply

KU Kumaresh Syncfusion Team May 1, 2007 05:30 AM UTC



Hi Yifei,

Inorder to configure the VS ToolBox in Command prompt, first you remove the existing version and add your needed version.

Step 1:

Remove the Syncfusion toolbox in command prompt,

Please run the command 'runall 4.x.x.x unistall' from the following location,
[Install Drive]:\Program Files\Syncfusion\Essential Studio\4.x.x.x\Utilities\ToolBoxInstaller

Step 2:

Remove the Syncfusion assemblies in command prompt,

Please run the command 'assemblymanagerconsole /removeall' from the following location,
[Install Drive]:\Program Files\Syncfusion\Essential Studio\4.x.x.x\Utilities\Assembly Manager

Step 3:

Install the Syncfusion assemblies in command prompt,

Please run the command 'assemblymanagerconsole /version:4.x.x.x /install' from the following location,
[Install Drive]:\Program Files\Syncfusion\Essential Studio\4.x.x.x\Utilities\Assembly Manager

Step 4:

Install the Syncfusion toolbox in command prompt,

Please run the command 'runall 4.x.x.x' from the following location,
[Install Drive]:\Program Files\Syncfusion\Essential Studio\4.x.x.x\Utilities\ToolBoxInstaller

Now the Syncfusion Tools will be added in the ToolBox. Inorder to verify, once you drag and drop a control from the toolbox in to the form, the dependant assembly references(Syncfusion.Core, etc.) should be added to the project's reference tree.

Kindly try this and let me know if this helps.

Thank you for using Syncfusion products.

Regards,
Kumaresh

Loader.
Live Chat Icon For mobile
Up arrow icon