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

RadUploadModule

1 Answer 173 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
shae
Top achievements
Rank 1
shae asked on 24 Apr 2012, 09:43 PM

I've tried several posts with no success.  I am running this on IIS 7 on a windows 2008 web server edition.  I have three versions of the Telerik control in my GAC and I have the correct version in the bin directory. 

 

Server Error in '/BPT' Application.

Configuration Error

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: The specified module could not be found. (Exception from HRESULT: 0x8007007E) (C:\inetpub\wwwroot\fl-pembrokepark.inkforce.net\BPT\web.config line 196)

Source Error:

Line 194: --> Line 195: <httpModules> Line 196: <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" /> Line 197: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> Line 198: </httpModules>

Source File: C:\inetpub\wwwroot\fl-pembrokepark.inkforce.net\BPT\web.config Line: 196


Version Information: Microsoft .NET Framework Version:2.0.50727.5448; ASP.NET Version:2.0.50727.5456           

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 27 Apr 2012, 08:19 AM
Hello shae,

Please try registering the module with fully qualified assembly reference (i.e. referencing it from the GAC):

<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d" preCondition="managedHandler" />



Greetings,
Genady Sergeev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
shae
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or