Could not load assembly . . Interop.Word Version 14.0.0.0
问题 I have a WinForms application written in C# which auto generates letters in Word. The application works fine with client machines that have Office 2010 installed, but not with those machines with Office 2007 installed, when instead I get the following error message - could not load file or assembly 'Microsoft.Office.Interop.Word version=14.0.0 I suspect I need to Add a Reference to an older version of Interop.Word e.g. version=12, but there is no such option in the list of references