Forum Moderators: open

Message Too Old, No Replies

Remoting does not deal with word.document object

         

koolsandy75

10:59 am on Apr 30, 2004 (gmt 0)

10+ Year Member



Hi,

I have a remote class which contains a public function like below:

remGetDocument(byVal strName as string, byRef doc as Word.document)
....
....

When I call this function from client side, the doc object is containing TransparentProxy instead of real Word.document object.
I know that the problem is with the word.document object type b/se if I pass any other object byRef like Datatable or dataset or string etc, they all are returned containing valid data.

Pls suggest/help whatz going wrong behind the scenes.

- sandy

steveCatomic9

3:44 pm on Apr 30, 2004 (gmt 0)

10+ Year Member



Can you post some more information about your Remoting architecture? I think I can help you out, but I need more info...