This is a migrated thread and some comments may be shown as answers.

Could not load file or assembly error.

2 Answers 93 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Eugene Roeder
Top achievements
Rank 1
Eugene Roeder asked on 23 Dec 2009, 06:58 PM
I am getting the following error when I deploy my application to our webserver.  I have Telerik version 2009.3 1103.  How do I resolve this issue?

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.UI' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\TestApp\web.config line 113)

Source Error:

Line 111:		<httpModules>
Line 112:			<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 113:			<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />
Line 114:			<add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
Line 115:		</httpModules>

Source File: C:\Inetpub\wwwroot\TestApp\web.config    Line: 113


2 Answers, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 23 Dec 2009, 08:37 PM
I'm not sure how your are deploying your application to the server, but you are missing references to Telerik.Web.UI. I would double-check that all of your references are set up properly.
0
Daniel
Telerik team
answered on 23 Dec 2009, 10:25 PM
Hello Eugene,

Make sure that Telerik.Web.UI.dll resides in your BIN folder. If it is in GAC, please use a fully qualified name instead.

You can also examine the following links:
General Troubleshooting
Error: Could not load file or assembly 'Telerik.Web.UI...

Regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Ajax
Asked by
Eugene Roeder
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Daniel
Telerik team
Share this question
or