I am using the reference to the assembly in my aspx page,
<%
@ Register Assembly="Telerik.ReportViewer.WebForms, Version=5.1.11.713, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
Namespace="Telerik.ReportViewer.WebForms" TagPrefix="telerik" %>
I am getting
Warning 1 C:\inetpub\wwwroot\Vincentric\Vincentric.Online\SingleVehicleReport.aspx: ASP.NET runtime error: Could not load file or assembly 'Telerik.Web.UI, Version=2010.1.309.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) C:\inetpub\wwwroot\Vincentric\Vincentric.Online\SingleVehicleReport.aspx 1 1 Vincentric.Online
We are upgrading from an older version of Teleric to the latest one.
1) I changed the dlls to the new dlls in the ./bin directory (Telerik.Reporting.dll,Telerik.Reporting.Service.dll, Telerik.ReportViewer.WebForms.dll, Telerik.Web.UI.dll,Telerik.Web.UI.xml and deleted Telerik.Reporting.XamlRendering.dll)
2) refreshed the reference to the new dlls in the project
3) chenged the version from 4.0.10.310 to
5.1.11.713 for allTelerik.ReportViewer.WebForms references
What else am i missing?