AD
Administrator
Syncfusion Team
August 25, 2004 04:55 PM UTC
Hi Javier,
This problem typically occurs due to version conflict when multiple versions of Syncfusion dlls are present on a machine. This happens because an application gets built against one version and links to a different version at runtime. Please try the following suggestions :
1. Open the project in the designer and make sure that the CopyLocal property is set to false for all the Syncfusion references.
2. If (1) does not help, delete all the Syncfusion dlls and policy files from the GAC
3. Run the Assembly Manager tool chosing the v2.1.0.9 Prebuilt Release. The Assembly Manager tool can be accessed from Start Menu >> Programs >> Syncfusion >> Essential Suite 2.1.0.9 >> Assembly Manager.
4. Open up the project in the designer and delete all the Syncfusion references. Re-add them from the C:\Program Files\Syncfusion\Essential Suite\Assemblies directory
5. Now rebuild your project and run it.
Let me know if you need further assistance. We appreciate your cooperation.
Regards,
Guru Patwal
Syncfusion, Inc.
AD
Administrator
Syncfusion Team
August 25, 2004 07:02 PM UTC
Thank you 1 fix my problem
Javier