Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %>
Line 2: <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>Line 3:
Line 4: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
I am using Rad Controls for ASP.net ajax controls on asp.net 2.0
Assembly version = 2008.2.826.20
File Version = 2008.02.0826.20
When I host the site in local machine its works fine, but I get the above mentioned error when I upload it to production server. The production server has ASP.Net 3.5 though. I have also downloaded the specified dll files for 3.5 but that is also not working.
Please advice asap as we are working on a tight schedule.
Kindest Regards