c# - MONO - Method 'EventSource.WriteEvent' not found -
i have problem asp.net mvc app mono. i'm creating simple app in visual studio. app works on windows server app working not on mono. error:
system.missingmethodexception method 'eventsource.writeevent' not found.
mono version:
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 , contributors. www.mono-project.com tls: __thread sigsegv: altstack notifications: epoll architecture: amd64 disabled: none misc: softdebug llvm: supported, not enabled. gc: sgen
not overloads of eventsource.writeevent
implemented in mono. either need change code use implemented or wait cycle 7 release. think called mono 4.4, have 4.2, you'll have upgrade.
Comments
Post a Comment