We have older versions of Microsoft.Office.Interop (Word, Excel) in our application and we want to upgrade to a more recent version.
We need to check if, for a given method of Microsoft.Office.Interop.Word or Microsoft.Office.Interop.Excel, the signature has changed in a recent version of that Microsoft library.
Rather than doing this manually, is there a tool, or some automated way, to compare the method signatures of a given version of Microsoft.Office.Interop.Word/Excel to another version?
Thanks
Trying manually, but very tedious and error-prone.