views:

94

answers:

2

My hosting provider (hostmysite.com) just changed to running medium trust on their hosted servers. This has caused the following NHibernate to product the following error:

[SecurityException: Request for the permission of type 'System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]

Does anyone have advice on configuring NHibernate to run in a medium trust hosted environment?

Thanks