When ASP. NET operates Word documents,This problem occurs, and word is not installed on the machine,
"Word 2003" is installed in the system, but it is not installed in GAC. (About GAC globalProgramFor details about the set cache, refer to the msdn help .)
First of all, if the problem occurs due to the first reason, it is best to solve the problem, that is, install Microsoft Word 2003.
In addition, it is caused by the second reason. There may also be two possible causes: one is to install in the office.. NET Framework is installed before, and the other is missing the ".. Net programmable support ". Now we need to install Office 2003 PIA (Master InterOP assembly) into GAC. The installation method and steps are as follows:
//*********************************
Solution 2:
Install office2003 first
Then installVstor.exe
Install the main InterOP components of Office 2003
O2003pia. exe
Restart IIS!