Cannot find wrapper assembly for type library "Microsoft.Office.Core"

Missing this reference "Office = Microsoft.Office.Core"?

Here is how you can add the particular reference:

Step 1: Right-click your project

Step 2: Select "Add reference.."

Step 3: Click on the "COM" tab

Step 4: Scroll down to select "Microsoft Office 12.0 Object Library".

Source: https://web.archive.org/web/20160305201349/http://blogs.msdn.com/b/tolong/archive/2007/12/02/missing-office-microsoft-office-core-reference.aspx


I followed the instruction from the link below and the problem is resolved. The problem is related to a Windows update, so after I remove the reference Microsoft.Office.Core and rebuild the project, the problem is resolved.

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