This question is locked. New answers and comments are not allowed.
                        
                        I am trying to develop generic upload handler for RadUpload control. Here is an error message:
 
 
Server Error in '/' Application. 
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 
Parser Error Message: Could not create type 'SilverlightApplicationTelerik.Web.Handler1'.
Source Error: 
| 
             | 
Source File: /Handler1.ashx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Here is source code which compiles just fine:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace SilverlightApplicationTelerik.Web
{
    
   
    public class MyHandler : Telerik.Windows.RadUploadHandler
    {
   
    }   
    
}
Any ideas?
Thank you in advance.
Vladimir
