hprose / hprose-dotnet

Hprose 3.0 for .NET
MIT License
383 stars 98 forks source link

服务端asp.net,客户端winform,使用反向调用,Server不停报错 引发的异常:“System.Exception”(位于 Hprose.RPC.dll 中) #77

Closed huoxin2008 closed 3 years ago

huoxin2008 commented 3 years ago

2个端的版本一样 Hprose.RPC.3.0.18\lib\net452\Hprose.RPC.dll Hprose.IO.3.0.19\lib\net452\Hprose.IO.dll Hprose.RPC.Plugins.3.0.18\lib\net452\Hprose.RPC.Plugins.dll Hprose.RPC.AspNet.3.0.18\lib\net452\Hprose.RPC.AspNet.dll

只有dll,没下载源码,只能看到这样的提示 引发的异常:“System.Exception”(位于 Hprose.RPC.dll 中)

andot commented 3 years ago

解决了?

huoxin2008 commented 3 years ago

解决了,原因是,Provider在的Caller 生成之前调用,不停报 找不到 !! 的方法错误,调试源代码才看到的,只引用dll看不到具体错误信息 比如  服务端 invoke(){   new Caller().invoke() } 客户端 程序启动时 new Provider().Listen()

------------------ 原始邮件 ------------------ 发件人: "小马哥"<notifications@github.com>; 发送时间: 2021年1月5日(星期二) 中午1:35 收件人: "hprose/hprose-dotnet"<hprose-dotnet@noreply.github.com>; 抄送: "也许有"<402885727@qq.com>; "State change"<state_change@noreply.github.com>; 主题: Re: [hprose/hprose-dotnet] 服务端asp.net,客户端winform,使用反向调用,Server不停报错 引发的异常:“System.Exception”(位于 Hprose.RPC.dll 中) (#77)

解决了?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.