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
close icon

Upgrade Problem..

I've downloaded new version of Essential Studio. My Previous version was 4.3.0.30. and my new version is 5.1.0.51. I've converted all Resx files of my Project to new version. but now i`m facing some problems. i cant see some of my forms in designer view. i`m getting this error..

Could not load file or assembly 'Syncfusion.Core, Version=4.302.0.30, Culture=neutral, PublicKeyToken=632609b4d040f6b4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040).

But when i compile and run my project its working Fine..

What can i do to resolve this problem.?

1 Reply

RA Ramu Syncfusion Team July 23, 2007 10:30 PM UTC

Hi Raj,

I was able to reproduce the issue. This is because the Syncfusion.core dll 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.

I hope this solves your issue.


Thanks,
Ramu

Loader.
Live Chat Icon For mobile
Up arrow icon