Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. Missing method set_MaxBufferSize in assembly /home/mur1/Zero-K.exe, type System.ServiceModel.HttpBindingBase
  2.  
  3. Unhandled Exception:
  4. System.TypeInitializationException: An exception was thrown by the type initializer for ZeroKLobby.Program ---> System.TypeInitializationException: An exception was thrown by the type initializer for ZkData.GlobalConst ---> System.TypeLoadException: Could not load type 'System.ServiceModel.HttpBindingBase' from assembly 'Zero-K.all'.
  5. at ZkData.GlobalConst.SetMode (ModeType newMode) [0x00000] in <filename unknown>:0
  6. at ZkData.GlobalConst.set_Mode (ModeType value) [0x00000] in <filename unknown>:0
  7. at ZkData.GlobalConst..cctor () [0x00000] in <filename unknown>:0
  8. --- End of inner exception stack trace ---
  9. at ZeroKLobby.Config..ctor () [0x00000] in <filename unknown>:0
  10. at ZeroKLobby.Program..cctor () [0x00000] in <filename unknown>:0
  11. --- End of inner exception stack trace ---
  12. [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for ZeroKLobby.Program ---> System.TypeInitializationException: An exception was thrown by the type initializer for ZkData.GlobalConst ---> System.TypeLoadException: Could not load type 'System.ServiceModel.HttpBindingBase' from assembly 'Zero-K.all'.
  13. at ZkData.GlobalConst.SetMode (ModeType newMode) [0x00000] in <filename unknown>:0
  14. at ZkData.GlobalConst.set_Mode (ModeType value) [0x00000] in <filename unknown>:0
  15. at ZkData.GlobalConst..cctor () [0x00000] in <filename unknown>:0
  16. --- End of inner exception stack trace ---
  17. at ZeroKLobby.Config..ctor () [0x00000] in <filename unknown>:0
  18. at ZeroKLobby.Program..cctor () [0x00000] in <filename unknown>:0
  19. --- End of inner exception stack trace ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement