I want to convert .doc
to .htm
in C#. If I use Microsoft.Office.Interop.Word
I get the exception :
Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
Any solutions?
[The possibe duplicate is this: C# convert .doc to .htm, but it does not solve my problem.]