S
ShikariShambu
Hi All,
I have a component that is used to do all file access operations. I have
this component hosted in COM+ as a server application and runs under a
specific id.
One of the methods on this component returns a FileInfo[]. When I try to use
this FileInfo object or object array on the client I get the following
error -
"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."
The FileInfo object is serializable. So, what could be the problem and how
can I get around this issue.
TIA
I have a component that is used to do all file access operations. I have
this component hosted in COM+ as a server application and runs under a
specific id.
One of the methods on this component returns a FileInfo[]. When I try to use
this FileInfo object or object array on the client I get the following
error -
"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."
The FileInfo object is serializable. So, what could be the problem and how
can I get around this issue.
TIA