|
2#
楼主 |
发表于 2018-7-19 15:54:33
|
只看该作者
2018-07-18 15:47:47,503 [1] ERROR TestWriter.Ide.log4netLoggingService - ThreadException caught
System.ServiceModel.CommunicationException: 与服务器的连接失败,请检查服务器是否可用。
Server stack trace:
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at TestWriter.Server.WcfInterface.IUserMgmtService.UserLogin(String userName, String passWord, Boolean isAdmin)
at TestWriter.Client.Management.frmLoginEx.Login(Boolean isAdmin)
at TestWriter.Client.Management.frmLoginEx.btnLogin_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) |
|