Remoting and missing channel sinks

前端 未结 3 470
旧巷少年郎
旧巷少年郎 2021-01-12 22:16

I ran into a remoting exception:

\"This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or

3条回答
  •  攒了一身酷
    2021-01-12 23:15

    For those searching on the "This remoting proxy has no channel sink..." error, I got this error when calling a VB.NET COM wrapped Library from VBScript. All this was on the same Windows 7 machine so there should have been no client server issues. Eventually I worked out that the error was caused by me passing a load of arraylists filled with strings rather than filled with singles which is what the function I was calling was expecting. I don't understand why I got this error, but hopefully it might help someone getting this error.

提交回复
热议问题