1

ローカルではサイトは機能しますが、ホストではエラーが発生します:

「操作によりランタイムが不安定になる可能性があります。」

私はナイバネートを使用しています。リポジトリ パターンを使用しています。

[VerificationException: Operation could destabilize the runtime.]
   CategoryProxy..ctor() +6

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
   System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) +0
   System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) +86
   System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache) +230
   System.Activator.CreateInstance(Type type, Boolean nonPublic) +67
   LinFu.DynamicProxy.ProxyFactory.CreateProxy(Type instanceType, IInterceptor interceptor, Type[] baseInterfaces) +20
   NHibernate.ByteCode.LinFu.ProxyFactory.GetProxy(Object id, ISessionImplementor session) +208

[HibernateException: Creating a proxy instance failed]
   NHibernate.ByteCode.LinFu.ProxyFactory.GetProxy(Object id, ISessionImplementor session) +306
4

2 に答える 2

1

キャッスル ダイナミック プロキシを使用する

于 2009-12-04T14:43:31.737 に答える
0

これは以前に私に起こりました。コードに長い switch 句が含まれているかどうかを確認してください。ここから: http://forums.asp.net/p/981415/1255521.aspx

于 2009-12-03T16:07:39.173 に答える