Compatibility with .Net 4.5

  •  01-14-2013, 4:15 PM

    Compatibility with .Net 4.5

    Our web application which uses Ajax Uploader runs fine in ASP.NET 4.0 environments. However, when installing in a 4.5 environment, we get the following exception:

    1. Exception info.:   
    2. 1: Error Description: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.  
    3. 1: Error Help Link:   
    4. 1: Source: CuteWebUI.AjaxUploader  
    5. 1: Target Site: Void a(System.Web.HttpContext)  
    6. 1: Stack Trace:    at CuteWebUI.UploadModule.a(HttpContext A_0)  
    7.    at CuteWebUI.UploadModule.a(Object A_0, EventArgs A_1, AsyncCallback A_2, Object A_3)  
    8.    at System.Web.HttpApplication.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()  
    9.    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)  
     What do we need to do to make it work on .Net 4.5 ?


    Regards, Marja
View Complete Thread