![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
_ Public Class FooManager |
|
_ Public Class FooEnumerator |
#2
| |||
| |||
|
|
I have a question regarding EnterpriseServices: I have a serviced component (see below) that returns an IEnumerator. This Enumerator should be returned by reference, of course. Howeverm when I try ti run the code below, I get the exception: System.Runtime.Remoting.RemotingException : This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server. |
#3
| |||
| |||
|
|
I have a question regarding EnterpriseServices: I have a serviced component (see below) that returns an IEnumerator. This Enumerator should be returned by reference, of course. Howeverm when I try ti run the code below, I get the exception: System.Runtime.Remoting.RemotingException : This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server. Stack Trace: at System.Runtime.Remoting.Proxies.RemotingProxy.Inte rnalInvoke( IMethodCallMessage reqMcmMsg, Boolean useDispatchMessage, Int32 callType) at System.Runtime.Remoting.Proxies.RemotingProxy.Invo ke( IMessage reqMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateI nvoke( MessageData& msgData, Int32 type) at System.Collections.IEnumerator.MoveNext() Do I need to apply different attributes to the Enumerator class? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |