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

Yuyo picture Yuyo · Apr 1, 2013 · Viewed 20.1k times · Source

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

Answer

user3513363 picture user3513363 · Apr 9, 2014

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.