Microsoft.Office.Core Reference Missing

前端 未结 13 1465
谎友^
谎友^ 2020-12-13 01:11

Using the example provided in codeproject I am struggling to work out where I can find the reference to the library Microsoft.Office.Core.

I am getting the error \"

13条回答
  •  隐瞒了意图╮
    2020-12-13 01:46

    If you are not able to find PIA for Office 2013 then follow these steps:

    1. Click on Solution Explorer in Visual Studio
    2. Right click on your project name (not solution name)
    3. Select 'Manage Nuget packages'
    4. Click on Browse and search for PIA 2013, choose the shown PIA and click on Install.....

    And you are done.

提交回复
热议问题