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
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.