Страница: 1 |
|
Вопрос: Assembly issue
|
Добавлено: 08.12.08 12:10
|
|
Автор вопроса: Antanel
|
В процессе компиляции проекта получаю две странные ошибки и предупреждение (в такой последовательности):
Error: The dependency 'Interop.Microsoft.Office.Core, Version=2.2.0.0, Culture=neutral' in project 'MainProject' cannot be copied to the run directory because it would conflict with dependency 'Interop.Microsoft.Office.Core, Version=2.4.0.0, Culture=neutral'.
Error: The dependency 'Interop.Microsoft.Office.Core, Version=2.4.0.0, Culture=neutral' in project 'MainProject' cannot be copied to the run directory because it would conflict with dependency 'Interop.Microsoft.Office.Core, Version=2.2.0.0, Culture=neutral'.
Warning: The dependency 'Interop.Microsoft.Office.Core, Version=2.2.0.0, Culture=neutral' in project 'ChildProject' cannot be copied to the run directory because it would overwrite the reference 'Interop.Microsoft.Office.Core, Version=2.4.0.0, Culture=neutral'.
где MainProject - основной проект, ChildProject - еще один проект из солюшна.
Облазил всю машину - везде оставил dll только одной версии (2.2.0.0), однако в процессе билда в каталоге ChildProject\obj всплывает файл с версией 2.4.0.0
Как избавиться от конфликта сборок?
Ответить
|
Страница: 1 |
Поиск по форуму