摘要:
Using NHibernate in aMedium Trustweb environment requires the following:All referenced assembiles must be marked withAllowPartiallyTrustedCallersWeb.config configSectionsmust be marked with requirePermission="false"configSectionssectionname="hibernate-configuration"requirePermission="false"type=" 阅读全文
摘要:
184行前添加: if (asm.GetType().FullName != "System.Reflection.RuntimeAssembly") continue;忽略错误缓存的Provider 不能执行 存储过程,报 NotSupportedException("Command tree type " + commandTree.GetType() + " is not supported.")修改: EFCachingProvider\EFCachingCommandDefinition.cs (118) GetAffectedEntitySets添加: DbFunctionC 阅读全文