Office development encounters Office 2003 and Office 2007ProgramSet compatibility issues,Office 11. dll can only be used for Office 2003, Office 12.dll is compatible with Office 2003 and Office 2007.
We recommend that you install Office 2003 during previous deployment.
See 《After deploying some applications in the Development Office, the solution that cannot find the Assembly appears.It also provides a simple method for office development and deployment.
"Sometimes some applications need to use some office components, such as generating Excel files online or Word documents. Running on your machine is full, but an error is reported during deployment, such as: "failed to Load file or assembly" Microsoft. office. interOP. excel, version = 11.0.0.0, culture = neutral, publickeytoken = 71e9bce111e9429c "or one of its dependencies. The system cannot find the specified file. ". The most common method is to install an office on the server. However, this is too big, and sometimes it is not necessary to run the office on it. To solve this problem, Microsoft released some update packages for office: redistributable primary InterOP assemblies.
Yes:
Office2003: http://www.microsoft.com/downloads/details.aspx? Familyid = 3c9a983a-ac14-4125-8ba0-d36d67e0f4ad & displaylang = en
Local download
Office2007: http://www.microsoft.com/downloads/details.aspx? Familyid = 3c9a983a-ac14-4125-8ba0-d36d67e0f4ad & displaylang = en
Local download
Local download
However, Microsoft does not recommend that we use office like this. If I put it in Asp.net or Windows Services, the Office will become unstable or unresponsive. This is why sometimes there are many office-related processes on the server, because there is no way to close it normally ."
Reference: http://webuc.net/chinahuman/