up vote 0 down vote favorite
share [g+] share [fb]

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.

link|improve this question

32% accept rate
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.