Quantcast
Channel: Chilkat Forum - latest questions
Viewing all articles
Browse latest Browse all 1061

ASP.NET IIS: Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)

$
0
0

I've added your library to web service and when I try to load anything from the site with your .NET Assembly DLL installed I get the following error loading the page in the browser. If I simply remove your library from the application folder, I don't have an problems. It looks like some sort of permission thing. What permissions are required to run your library on IIS?

[PolicyException: Required permissions cannot be acquired.]

System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet& denied, Boolean checkExecutionPermission) +7613091

System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet& denied, Int32& securitySpecialFlags, Boolean checkExecutionPermission) +57

[FileLoadException: Could not load file or assembly 'ChilkatDotNet2, Version=9.5.0.56, Culture=neutral, PublicKeyToken=eb5fc1fc52ef09bd' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]


Viewing all articles
Browse latest Browse all 1061

Trending Articles