Chilkat Software Components Home

ASP.NET runtime error: Failed to grant minimum permission requests.

Back

This error was reported by ASP.NET:

Error 1 X:\secure\rma\Global.asax: ASP.NET runtime error: Could not load file or assembly 'ChilkatDotNet2, Version=7.7.2406.18840, Culture=neutral, PublicKeyToken=eb5fc1fc52ef09bd' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417) X:\abc\rma\Global.asax 1 1 X:\abc\rma\....

Solution: It was indeed a full trust issue. I am running the app from a network share and had to add the network share to the Machine -> All_Code group and grant it full trust. That appears to have been the problem all along.
There is no source code associated with this article.