This is a migrated thread and some comments may be shown as answers.

Spreadsheet and Assembly Problem

2 Answers 260 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Manuel
Top achievements
Rank 1
Manuel asked on 15 Apr 2020, 05:19 AM

Hello,

I have a Problem with Spreadsheet.

I add the Assembly Telerik.Web.Spreadsheet, Version=2018.2.710.40 into my asp.net Project

But when i run the website, the following error is showing up:

Could not load file or assembly 'Telerik.Windows.Documents.Spreadsheet, Version=2018.3.516.40, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxx' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

 

Not sure why it is looking for version 2018.3.516.40 when the assembly references version id 2018.2.710.40 and it is also set to Copy Local = True.

What can i do?

 

2 Answers, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 16 Apr 2020, 04:28 PM

Hello Manuel,

This exact version has a misalignment in the versions and indeed the correct version of the R2 2018 release for Telerik.Web.Spreadsheet.dll is 2018.3.516 while it should have been 2018.2.516.

That means the controls look for the correct version so please ensure that you have placed the correct reference to the Telerik.Web.Spreadsheet.dll and also it is available in the bin folder of the project.

Another option is to just upgrade the Telerik version where the numbers of both Telerik.Web.UI.dll and Telerik.Web.Spreadsheet.dll should be the same.

Regards,
Peter Milchev
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Manuel
Top achievements
Rank 1
answered on 17 Apr 2020, 05:31 AM

Hello Peter,

I tested it with a new version of Telerik and now it works.

Thank you very much :) 

Tags
Spreadsheet
Asked by
Manuel
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Manuel
Top achievements
Rank 1
Share this question
or