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