views:

42

answers:

1

When i try to run my project in trust medium or high it says

[PolicyException: Required permissions cannot be acquired.]

[FileLoadException: Could not load file or assembly

but i'm running all the assemblies in bin only.

+1  A: 

You are trying to load an assembly which requires full trust, for example nhibernate.dll. The location of the assemblies doesn't matter here.

Jan Willem B