
Passing word object to ASP from vb dll
Help:
I have a vb dll which creates a word document. I call this dll from an ASP page.
If I simply save the document to a file and return a string it works fine,
however, what I really need to do is to pass the actual word document back to the
ASP page without saving it to a file. When trying to this I get a object variable
not set error from explorer. Any help would be appreciated.