开发者

HttpRemotingHandlerFactory System.MissingFieldException

开发者 https://www.devze.com 2023-03-09 22:03 出处:网络
I have an application hosted in iis. Very occasionally (every month or two) the following exception is thrown:

I have an application hosted in iis. Very occasionally (every month or two) the following exception is thrown:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for "System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory" threw an exception. ---> System.MissingFieldException: Field not found: ?.s_webServicesFactoryType.

The application is set to automatically recycle every day and it seems sometimes after a recycle this exception is thrown repeatedly until the next recycle.

The only hit I can find on google is http://mcfunley.com/135/bizarro-typeinitializationexception-in-systemruntimeremoting, which describe开发者_StackOverflow社区s the exact same problem but there doesn't seem to be a solution posted.

Has anyone experienced this before?

Thanks in advance.

0

精彩评论

暂无评论...
验证码 换一张
取 消