Deployment of a WebApp that uses Word 10.0 via Interop.Word.dll object - How do I register the COM??

  • Thread starter Luis Esteban Valencia
  • Start date
L

Luis Esteban Valencia

I have a WebApplication (ASP.NET) that uses Word 2000 (COM , via
Interop.Word.dll).
I want to deploy it to a computer, but Word is not installed there.

I tried to register the MSWORD.OLB (and his dependencies) with regsvr32
I keep getting the same error: invalid DLL

what should I do??

Then once , it will be registered should I re-reference my references?

Thanks,

:(
 
W

William F. Robertson, Jr.

You will need to install Word on the machine you want to use. When you use
interop, it will start the process, so word must be installed.

bill
 

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