使用xsp4和asp.net 4.5的MissingMethodException

时间:2013-10-14 08:31:21

标签: mono asp.net-4.5 xsp4

我正在尝试使用xsp4测试网站,所有程序集都是针对目标框架4.5编译的。我得到以下堆栈跟踪。 TraceManager初始化期间的异常:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Web.Configuration.TraceSection ---> System.MissingMethodException: Method not found: 'System.Configuration.ConfigurationProperty..ctor'.
  --- End of inner exception stack trace ---
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)

在stackoverflow(以及其他地方)搜索此处发现可能的原因是xsp4在mono目录的4.0目录中运行。我已经位于4.5并且由xsp脚本使用,所以我坚持使用这个。有什么想法吗?

1 个答案:

答案 0 :(得分:1)

找到它。该错误是由bin文件夹中的FSharp.Core.Dll引起的。它是一个混合的F#/ C#项目,如果Dll位于GAC内,则不需要本地副本。删除它会使错误消失。