我的Mono的ASP.NET MVC应用程序出了问题。我在Visual Studio中创建了一个简单的应用程序。该应用程序适用于Windows服务器,但不适用于Mono。我收到这个错误:
System.MissingMethodException Method 'EventSource.WriteEvent' not found.
单声道版本:
Mono JIT compiler version 4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:19:08 UTC 2016)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
答案 0 :(得分:3)
并非EventSource.WriteEvent
的所有重载都在Mono中实现。您需要更改代码以仅使用已实现的代码或等待Cycle 7版本。我认为它将被称为Mono 4.4,但你有4.2,所以你必须升级。