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?