Hi,
I ran into a problem recently. I need to run nHibernate App on shared hosting. However, CAS is there set on medium trust and app refuses to work. The error which I get is
Code:
SecurityException: That assembly does not allow partially trusted callers
Does anyone have any idea what to do to make it work?
I know, that it is necesarry to set [assembly: AllowPartiallyTrustedCallers()],
which I did, but I cannot do that in IesiCollections, hashCodeProvider and log4net (to which I donĀ“t have source).
That might be only part of the problem, but I would appreciate any help.