PolicyException: Required permissions cannot be acquired.

  • Thread starter Thread starter David
  • Start date Start date
D

David

Is there a good way of finding what call causes this exception.

An inner exception says:

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



I understand the exception, but the assembly is heuge and I'd like to factor out whatever is causing the problem.
 
Is there a good way of finding what call causes this exception.

An inner exception says:

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



I understand the exception, but the assembly is heuge and I'd like to factor out whatever is causing the problem.

I'm wondering if either the fusion log viewer (fuslogvw) or the system
log might help you diagnose the problem. Check those out first.
 
Back
Top