Re: Need Help setting up integration project

  •  10-19-2006, 9:05 AM

    Re: Need Help setting up integration project

    Hi Adam
    I found following about our portal library (called EDK). It is a set of dll files
     
    Granting any <trust> level below Full could potentially cause the .NET EDK to throw the following error: System.Security.SecurityException: Request for the permission of type System.Security.Permissions.EnvironmentPermission, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed. ...
     
    one way around suggested (but i cudn't get it work):
    Normal EDK operation does not exhibit this behavior. Only grant the <trust> level Full if your application encounters this error or if it is required for another reason. The strongly named .NET EDK allows partially trusted callers (AllowPartiallyTrustedCallers). For information on partially trusted callers see Microsoft's documentation of AllowPartiallyTrustedCallers
     
    Is there way to make cutechat work with TRUST LEVEL = FULL?
    Or Do you know how to get above mentioned workaround in motion? (I have 6 strongly named portal LLs) :-(
     
    Thanks for ur help.
    Kuljit 
     
View Complete Thread