AD
Administrator
Syncfusion Team
September 30, 2004 06:39 PM UTC
Hi,
I presume you are having problems while deploying your application. Please follow the suggestions below :
(i) Delete all the Syncfusion dlls and policy files in the GAC (C:\WINDOWS\Assembly folder on a Windows XP machine or C:\WINNT\Assembly folder on a Windows 2000 machine)
(ii) Run the Assembly Manager tool chosing v2.1.0.9 Prebuilt Release option. The Assembly Manager tool can be accessed from Start Menu >> Programs >> Syncfusion >> Essential Suite 2.1.0.9 >> Assembly Manager. Once again, go to the GAC and delete Syncfusion policy files only. Makes sure that the dlls present in the GAC are of version 2.1.0.9.
(iii) Open your project in the designer and and remove all the Syncfusion references. Re-add them from the ...\Syncfusion\Essential Suite\Assemblies folder. Make sure they are of version v2.1.0.9. Set their CopyLocal property to false.
(iv) Also in the designer, make sure that a licenses.licx file is present in the project. It is mandatory to have a licenses.licx file in the project during compilation so that the licensing information gets embedded in the exe generated. If you do not have one, then please follow the steps below to generate the licenses.licx file :
Add a "dummy" form in your project, and then add some Syncfusion controls onto the form. You could delete the form once the licenses.licx file is regenerated.
Also, not all controls need to be added - licensing is done on a per product level, so just one control from each syncfusion assembly that you are using needs to be added.
From Syncfusion.Shared.dll, you can drop on a ColorPicker control.
From Syncfusion.Edit.dll - the EditControl
From Syncfusion.Tools.dll - the CalculatorControl
From Syncfusion.Grid.dll - the GridControl
From Syncfusion.Diagram.dll - the Diagram control
3. Now rebuild your project and run it.
Note that to deploy Essential Tools application you would need - Essential Tools, Grid and Shared dlls. Try deploying the application now and let me know how it goes.
We appreciate your cooperation, and thanks for your interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.