Deploying a web site with Telerik RadControls

Discussion in 'Visual Studio' started by citynightowl, Jan 20, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello,

    I've been having an issue for the past couple of days trying to publish / deploy a web app that utilizes some of Telerik's ASP AJAX controls (specifically the RadCalendar).

    Here are the steps I've taken so far:
    • Installed Telerik on my local machine & developed the web app locally
    • Used the VS2008 "Copy Website" to push the site up to the DASP root
    • Copied the Telerik DLLs to the bin dir in the DASP root
    • Copied the entire Telerik folder to a "Telerik" folder in the DASP root

    I've tried various things, including: uploading the Telerik 2.0 DLLs, using Filezilla to upload, marked the Telerik directory on the DASP as a Web Application, etc.

    I'm not sure what else to try and I have search the forums and KB here but haven't found anything that has helped.

    Here is a relevant help article that I have used so far (I could just be misinterpreting them): http://www.telerik.com/help/aspnet-ajax/installdeployingonsharedhosting.html

    Finally, here is the error I'm getting:
    Code:
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    
    Parser Error Message: Could not load file or assembly 'Telerik.Web.Design, Version=2009.3.1208.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified.
    
    Source Error:
    
    Line 53: 				<add assembly="Telerik.Web.Design, Version=2009.3.1208.35, Culture=neutral, PublicKeyToken=121FAE78165BA3D4"/>
    If you need any more information, I will be happy to provide it.

    Any assistance would be greatly appreciated!
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    you most likely put the dll in the wrong bin directory. Note that ASP.NET only reads the application root's bin directory. eg. If you mark /Telerik as an application in the control panel, you'll have to copy the dll to the /telerik/bin directory.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page