PolicyException: Required permissions cannot be acquired.

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.
 
P

Patrick Steele

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top