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

I have a warning when I create a project in Visual Sutdio:

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

How do I get rid of it?

+6
source share
2 answers

I followed the instructions on the link below, and the problem is resolved. The problem is related to updating Windows, so after removing the Microsoft.Office.Core link and restoring the project, the problem is fixed.

Warning: the specified component "Microsoft.Office.Core" was not found

+4
source

Yes, I solved the same problem. Go to the "Add Link" link. In the right search box, enter the missing component name or its name. You will receive marked marked items. Then uncheck the subject. Click OK. Then repeat the same process. Now you will receive the item not verified. Check now. Your problem must be resolved. Basically, this problem occurs if your project is transferred from a PC with a higher version to a computer with a lower version.

0
source

Source: https://habr.com/ru/post/917159/


All Articles