Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > General Discussions > Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies

Not answered Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies

Feed from this thread
  • Stuart Knight avatar

    Posted on Oct 3, 2008 (permalink)

    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

    Reply

  • Posted on Oct 6, 2008 (permalink)

    Hi,

    I have found the following forum link which discusses a similar error. Go through it and see if it is helps.
    Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies. The system cannot find the file specified.

    Thanks
    Shinu.


    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > General Discussions > Could not load file or assembly 'Telerik.Web.UI' or one of its dependencies