New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Could not load file or assembly Telerik.Web.Spreadsheet

When you have a RadSpreadsheet control on an ASPX page or an ASCX usercontrol, you may observe the following error:

"Could not load file or assembly 'Telerik.Web.Spreadsheet, Version=XXXX.X.XXX.XX, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified."

The above error indicates that the Telerik.Web.Spreadsheet.dll, which is required by RadSpreadsheet, is not referenced by the project. In order for RadSpreadsheet to work properly, you need to include and reference this assembly.

You can access the Telerik.Web.Spreadsheet.dll from the AdditionalLibraries folder in the Telerik® UI for ASP.NET AJAX installation (automated and manual) and from the internal builds archive. It supports .NET 4 and .NET 4.5, so depending on the target framework of your project, you need to take the assembly from the Bin40 or the Bin45 folder respectively.

In this article