Which IOC runs in medium trust
Posted
by Rippo
on Stack Overflow
See other posts from Stack Overflow
or by Rippo
Published on 2010-02-04T15:23:11Z
Indexed on
2010/05/19
9:10 UTC
Read the original article
Hit count: 311
Hi I am trying to get a website running with Mosso that has Castle Windsor as my IOC, however I am getting the following error.
[SecurityException: That assembly does not allow partially trusted callers.]
GoldMine.WindsorControllerFactory..ctor() in WindsorControllerFactory.cs:33
GoldMine.MvcApplication.Application_Start() in Global.asax.cs:70
My questions are
- Does Castle Windsor run under medium trust?
- Can I download the DLL's without having to recompile with nant? (as I don't have this set up and don't know nant at all)
- Or is there another IOC that I can use that I can download and works in Medium Trust?
Thanks
© Stack Overflow or respective owner