You use Microsoft Visual Studio Tools for Applications to design an Office InfoPath 2007 form. After you select a class, method, or property in the Object Browser or you move the pointer over a class, method, or property in the code editor, summary information about the selected object does not appear.
Back to the top
This issue occurs because the Microsoft IntelliSense files for the Microsoft.Office.InfoPath.dll file are not installed to the same location as the Microsoft.Office.InfoPath.dll file.
Back to the top
To resolve this issue, copy the IntelliSense files to the correct location. To do this, follow these steps:
| 1. | Click Start, click Run, type %programfiles%\Microsoft Office\Office12, and then click OK. |
| 2. | Locate the Microsoft.Office.InfoPath.xml file, and then copy this file to the following path: %systemdrive%\WINDOWS\assembly\GAC_MSIL\Microsoft.Office.InfoPath\12.0.0.0__71e9bce111e9429c |
| 3. | Click Start, click Run, type %programfiles%\Microsoft Office\Office12, and then click OK. |
| 4. | Locate the Microsoft.Office.Interop.InfoPath.SemiTrust.xml file, and then copy this file to the following path: %systemdrive%\WINDOWS\assembly\GAC\Microsoft.Office.Interop.InfoPath.SemiTrust\11.0.0.0__71e9bce111e9429c |
Back to the top