I was normally printing through an application that I developed in C # using interop in Office 2013 (Word). I then installed the version of office 2007 and from there, it did not work anymore. This is the exception I have:
You can not convert the COM object of type 'Microsoft.Office.Interop.Word.ApplicationClass' in the interface type 'Microsoft.Office.Interop.Word._Application'. This operation failed because the QueryInterface call on the COM component for the IID interface '{00020970-0000-0000-C000-000000000046}' failed due to the following error: Error loading the library / DLL of type. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).
I could not solve it, if someone can help me, I thank you.