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 

screen: enter image description here

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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -