I have registered the RadUploadProgressHandler in my web.config:
<
add verb="*" path="Telerik.RadUploadProgressHandler.aspx" type="Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2" />
I get this error:
>>Could not load file or assembly 'RadUpload.Net2' or one of its dependencies. The system cannot find the file specified.
I don't know if it's because I'm using 3.5 framework or missing a file. Has the method of registering changed for 3.5?
I'm using 3.5 framework, and this page doesn't have instructions for it:
http://www.telerik.com/help/aspnet/upload/raduploadprogresshandler.html
I am using version 2008, 3, 1314, 35.
thanks!
Moon