How Can I Fix The ‘cannot Create Activex Component’ Error That I Am Getting In Asp.net?

February 9th, 2010 by CTO WebOjO.com website designers Lahore Pakistan Leave a reply »

I am trying to create and open a MSWord document from my ASPX page. it works on Http://LocalHost, but I get an error when trying from another machine.

Advertisement

1 comment

  1. Doug B says:

    Most likely you are missing a dll or ocx on the other machine. You’ll need to step through the code and find the line that is causing the error. From your explanation it would seem probable that the machine that your code doesn’t work on does not have MS Word installed on it.