Cannot add reference for the New version 5.2.0.25

Hi,
I removed the old version and reinstall new version 5.2.0.25. However when i try to add references I get the following errors:

Error 1 Could not load file or assembly 'Syncfusion.Grid.Web, Version=5.102.0.51, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified. C:\Projects\InfoGluePortal\AIA\MainWindow.aspx 4

Error 2 Could not load file or assembly 'Syncfusion.Diagram.Web, Version=5.102.0.51, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89' or one of its dependencies. The system cannot find the file specified. C:\Projects\InfoGluePortal\AIA\MainWindow.aspx 7

I am not sure how to resolve it now I cannot even compile my program.

Regards

Bahrami

2 Replies

RA Ramu Syncfusion Team September 21, 2007 11:17 PM UTC

Hi Abahrami,

This is because the Syncfusion assemblies pointing to the older version of assembly in references folder of the project.

Please follow these steps to solve your issue.
1. Run the AssemblyManager from Dashboard.
2. In the AssemblyManager, select the "Remove All Versions" option and then click "Perform Action". This will remove all the Syncfusion assemblies from GAC(C:\Windows\Assembly) and public assemblies folder({Install Drive}:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies).
3. Select the "Install version 5.1.0.51" option and then click the "Perform Action". This will install the Syncfusion assemblies of version 5.1.0.51 in the GAC and the public assemblies folder.
4. Delete the project output (bin/ and obj/) folders.
5. Open the application in the solution explorer and delete all the Syncfusion assemblies from the reference folder.
6. Right click the reference folder and choose “Add references…”. In the add reference dialog, select the needed Syncfusion assemblies and make sure that the assemblies version is 5.102.0.51 and the ''''SpecifcVersion'''' property should be made false in property window. This will help the user to build the project with any 5.102.0.51 version of Syncfusion.
7. Delete the licenses.licx file from the application and add the attached licenses.licx file and change the "BuildAction" property to be "Embedded Resource".
Licenses.licx:http://www.syncfusion.com/Support/user/uploads/licenses_2dbc15.zip
8. Now recompile and run the sample.

Please let me know if you need any further assistance on this issue.

Thanks,
Ramu


RA Ramu Syncfusion Team September 21, 2007 11:23 PM UTC

Hi Abahrami,

please replace the version 5.1.0.51 with the 5.2.0.25 and proceed with the following steps in the above given reply.

Kindly let me know if you have any queries.

Thanks,
Ramu

Loader.
Up arrow icon