Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. ker@oliubuntu:~/smuxi/bin/debug$ mono --debug smuxi-server.exe -d
  2. Missing method System.Reflection.Assembly::op_Equality(Assembly,Assembly) in assembly /usr/lib/mono/2.0/mscorlib.dll, referenced in assembly /usr/lib/mono/gac/log4net/1.2.10.0__a5715cc6d5c3540b/log4net.dll
  3.  
  4. Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Smuxi.Server.MainClass ---> System.MissingMethodException: Method not found: 'System.Reflection.Assembly.op_Equality'.
  5. at log4net.LogManager.GetLogger (System.Reflection.Assembly repositoryAssembly, System.String name) [0x00000] in <filename unknown>:0
  6. at log4net.LogManager.GetLogger (System.Type type) [0x00000] in <filename unknown>:0
  7. at Smuxi.Server.MainClass..cctor () [0x00000] in <filename unknown>:0
  8. --- End of inner exception stack trace ---
  9. [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for Smuxi.Server.MainClass ---> System.MissingMethodException: Method not found: 'System.Reflection.Assembly.op_Equality'.
  10. at log4net.LogManager.GetLogger (System.Reflection.Assembly repositoryAssembly, System.String name) [0x00000] in <filename unknown>:0
  11. at log4net.LogManager.GetLogger (System.Type type) [0x00000] in <filename unknown>:0
  12. at Smuxi.Server.MainClass..cctor () [0x00000] in <filename unknown>:0
  13. --- End of inner exception stack trace ---
  14. ker@oliubuntu:~/smuxi/bin/debug$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement