Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

Warning 3   Cannot find wrapper assembly for type library "Microsoft.Office.Core".
Warning 4   The referenced component 'Microsoft.Office.Core' could not be found.    

Strangely, the build fails with no errors. The warnings above seem to be the problem. This started happening after I installed some Office 2007 updates from Windows Update. Before that it was building everything fine.

Has anyone experienced the same issue? Any ideas on how to solve this problem without modifying the project?

After these updates, my project stopped building

This are the reference properties for Microsoft.Office.Core

References list

like image 507
Yuyo Avatar asked Apr 01 '13 14:04

Yuyo


1 Answers

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.

like image 194
user3513363 Avatar answered Oct 19 '22 18:10

user3513363