using a vb dll from asp dot net application

  • Thread starter Thread starter saintmanish
  • Start date Start date
S

saintmanish

Hi I have created a dll in visual basic 6.0.
In this dll I am opening an instance of microsoft word 2000 and
creating a .doc file and then I add some content in it. I have
refernced this dll in my ASPDOTNET application using the add reference
option for the project.
When I run the application using the default web server provided by
dot net I do not get any error But, When I am running it using IIS I
am not able to open the word application. Can any one guide me what
should i do for this error.

thanx in advance

Manish
 
As is reported frequently, Word is not supported for use in a server
environment. You can probably hack a few things to "possibly just
about maybe sometimes" work, but it isn't a good approach.

Sorry to the the bearer.

Marc
 
Back
Top