在调用移动empp网关发短信时,在连接的时候会报服务器出现意外情况。 (异常来自 HRESULT:0x80010105 (RPC_E_SERVERFAULT))代码如下: EMPPLib.emptcl emp = new emptcl();
                string loginUser = "1022698558995489588";
                string remoteServer = "211.136.163.68";
                string loginPassword = "sms";
                int remotePort = 9981;                EMPPLib.ConnectResultEnum back = emp.connect(remoteServer, remotePort, loginUser, loginPassword);就是在emp.connect的时候报错的,有用过EMPP的朋友知道是什么问题吗?