COM+ hosted component and FileInfo object

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top