Проблемы с библиотекой в ​​Visual Studio - PullRequest
0 голосов
/ 12 марта 2019

Я пытаюсь построить проект с помощью Visual Studio и получаю следующие две ошибки:

C:\secrets\Microsoft.Common.CurrentVersion.targets(2545,5): warning MSB3284: Cannot get the file path for type library "00020813-0000-0000-c000-000000000046" version 1.9. Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) C:\secrets\Microsoft.Common.CurrentVersion.targets(2545,5): warning MSB3283: Cannot find wrapper assembly for type library "VBIDE". Verify that (1) the COM component is registered correctly and (2) your target platform is the same as the bitness of the COM component. For example, if the COM component is 32-bit, your target platform must not be 64-bit.

Я понимаю, что это означает, что отсутствуют две библиотеки, и что одна из них называется VBIDE, но я не знаю, что такое другая библиотека, и не знаю, как добавить библиотеки.

1 Ответ

0 голосов
/ 12 марта 2019

В обозревателе решений нажмите Показать все файлы, нажмите Ссылки, выберите VBIDE, щелкните правой кнопкой мыши и удалите его.

...