using a vb dll from asp dot net application

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
 
M

Marc Gravell

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
 

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