Warning: The referenced component 'Microsoft.Office.Core' could not be found

后端 未结 2 899
刺人心
刺人心 2021-01-17 09:08

When building one of my projects, I\'m getting the following warnings:

Warning 3   Cannot find wrapper assembly for type library \"Microsoft.Office.Core\".
W         


        
2条回答
  •  南方客
    南方客 (楼主)
    2021-01-17 09:46

    most likely one of your reference was updated to new version, so the current version can not be found.

    Click "project****Properties\reference" and remove the one can not be found is ok.

提交回复
热议问题