RadUpload.Net2 Error

Hi all

While I am trying to run my web project, an error occur in the web.config file. which is
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: Could not load file or assembly ‘RadUpload.Net2’ or one of its dependencies. The system cannot find the file specified. (F:\Prajeesh\Project1\web.config line 172)

Source Error:

Line 170: <httpModules>
Line 171:
Line 172: <add name=“RadUploadModule” type=“Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2” />
Line 173: </httpModules>
Line 174:

Source File: F:\Prajeesh\Project1\web.config Line: 172

I remove the radUpload.net2.dll and added again the same error shows
is any one know about it please replay

in my web config am using
<httpRuntime maxRequestLength=“1048576” executionTimeout=“2000”/>

&lt;httpHandlers&gt;
   &lt;add verb="*" path="Telerik.RadUploadProgressHandler.aspx" type="Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2" /&gt;
&lt;/httpHandlers&gt;
&lt;httpModules&gt;
 
 &lt;add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2" /&gt;
&lt;/httpModules&gt;