Hi,
I have integrated the RadUploadProgress module with my web application.
Oiwng to this I had to add a new line in my web.config file as below:
The website successfully builds.
Now when I try to run the application in the debug mode, it generates a runtime error as below:
Please suggest how can I get this resolved.
Thanks.
Debashis
I have integrated the RadUploadProgress module with my web application.
Oiwng to this I had to add a new line in my web.config file as below:
<add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpHandler, RadUpload.Net2"/>The website successfully builds.
Now when I try to run the application in the debug mode, it generates a runtime error as below:
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. (E:\Webhome\Power50\Power50UI\web.config line 97) Source Error: Line 95: <!--<add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />-->Line 96: <add name="RadCompression" type="Telerik.Web.UI.RadCompression" /> Line 97: <add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpHandler, RadUpload.Net2"/> Line 98: </httpModules> Line 99: Please suggest how can I get this resolved.
Thanks.
Debashis