Forum Moderators: open
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