Skip to content

Commit 2dca50f

Browse files
committed
fixed acrolinx issues
1 parent 7bc9098 commit 2dca50f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/vsto/microsoft-office-is-not-installed-on-this-computer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ ms.technology: office-development
1616
# Microsoft Office is not installed on the computer
1717

1818
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
19-
Visual Studio cannot find the Microsoft Office application that corresponds to the project type. If you are developing a VSTO Add-in project, it means that you cannot debug or run the project. If you are trying to create a document-level project, this means that you cannot create the project.
19+
Visual Studio can't find the Microsoft Office application that corresponds to the project type. If you're developing a VSTO Add-in project, it means that you can't debug or run the project. If you're trying to create a document-level project, this message means that you can't create the project.
2020

2121
## To correct the error
2222

2323
1. Install the Microsoft Office application associated with the project type, including the primary interop assemblies. For more information about supported versions of Microsoft Office, see [Configure a computer to develop Office solutions](../vsto/how-to-configure-a-computer-to-develop-office-solutions.md).
2424

2525
## See also
26+
2627
- [Configure a computer to develop Office solutions](../vsto/configuring-a-computer-to-develop-office-solutions.md)
2728
- [How to: Configure a computer to develop Office solutions](../vsto/how-to-configure-a-computer-to-develop-office-solutions.md)

docs/vsto/office-primary-interop-assemblies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If you've installed and registered the PIAs in the global assembly cache, these
8888

8989
## Primary interop assemblies for Microsoft Office applications
9090

91-
The following table lists the primary interop assemblies that are available for Office 2016 , Office 2013 and Office 2010.
91+
The following table lists the primary interop assemblies that are available for Office 2016, Office 2013, and Office 2010.
9292

9393
<br/>
9494

@@ -108,7 +108,7 @@ The following table lists the primary interop assemblies that are available for
108108
|Microsoft Publisher 14.0 Object Library<br /><br /> Microsoft Publisher 15.0 Object Library|Microsoft.Office.Interop.Publisher.dll|
109109
|Microsoft SharePoint Designer 14.0 Web Object Reference Library|Microsoft.Office.Interop.SharePointDesigner.dll|
110110
|Microsoft SharePoint Designer 14.0 Page Object Reference Library|Microsoft.Office.Interop.SharePointDesignerPage.dll|
111-
|Microsoft Smart Tags 2.0 Type Library **Note:** Smart tags are deprecated in Excel 2010 and Word 2010 .|Microsoft.Office.Interop.SmartTag.dll|
111+
|Microsoft Smart Tags 2.0 Type Library **Note:** Smart tags are deprecated in Excel 2010 and Word 2010.|Microsoft.Office.Interop.SmartTag.dll|
112112
|Microsoft Visio 14.0 Type Library<br /><br /> Microsoft Visio 15.0 Type Library|Microsoft.Office.Interop.Visio.dll|
113113
|Microsoft Visio 14.0 Save As Web Type Library<br /><br /> Microsoft Visio 15.0 Save As Web Type Library|Microsoft.Office.Interop.Visio.SaveAsWeb.dll|
114114
|Microsoft Visio 14.0 Drawing Control Type Library<br /><br /> Microsoft Visio 15.0 Drawing Control Type Library|Microsoft.Office.Interop.VisOcx.dll|

0 commit comments

Comments
 (0)